Skip to content

style overriding default android header bar alignment #178

@KholofeloMoyaba

Description

@KholofeloMoyaba

One of the styles added by this component inside ionic-datepicker/src/ionic-datepicker.styles.css is as follows:

.platform-android .bar .title.title-left {
  text-align: center;
}

This is a problem because it is a global style and as such it changes the app's look. I was surprised when my android app suddenly had misaligned titles.

please either remove this style or make it targeted by adding an extra class i.e. .platform-android .ionic_datepicker_modal .bar .title.title-left

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions