Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TopNavigation's subtitle styling fix #1824

Open
shodown96 opened this issue Aug 9, 2024 · 0 comments
Open

TopNavigation's subtitle styling fix #1824

shodown96 opened this issue Aug 9, 2024 · 0 comments

Comments

@shodown96
Copy link

🐛 Bug Report

I added a subtitle property to the <TopNavigation/> component, but the subtitle remains on the same line as the title, except I set the alignment to center.

To Reproduce

Steps to reproduce the behavior:

<TopNavigation
          // alignment='center'
          title={`Welcome `}
          subtitle={"How are you doing today"}
          accessoryRight={renderAccessoryRight}
        />

wrong
right

Expected behavior

The title and subtitle should be on different lines.

UI Kitten and Eva version

Package Version
@eva-design/eva "^2.2.0"
@ui-kitten/components "^5.3.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant