You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my app I use not only icons, but also text for the corner buttons and something interesting happens. Here's a screenshot:
The title overlays the corner button. From my understanding that's because the title container has flex: 6(here) the corners have flex: 1(here). If, for example, I set the corner flex to 2 everything works as I want.
Could it be possible to make these rules configurable?
Thank you very much for the great work!
The text was updated successfully, but these errors were encountered:
In my app I use not only icons, but also text for the corner buttons and something interesting happens. Here's a screenshot:

The title overlays the corner button. From my understanding that's because the title container has
flex: 6
(here) the corners haveflex: 1
(here). If, for example, I set the corner flex to2
everything works as I want.Could it be possible to make these rules configurable?
Thank you very much for the great work!
The text was updated successfully, but these errors were encountered: