#How can I make the vertical space between buttons in the nav bar close to zero?
12 messages · Page 1 of 1 (latest)
Would need to see your code. But im assuming you are using a Stack? Then set gap={0} or gap={2}
No, just using the out of the box capability of the NavBar. Where you simply list the action icon components.
Like so. Where p=0 gets the the tight spacing left to right.
Oh, maybe it
it's a group property?
Use Stack with gap={0}. Or, you'd probably be able to get away with no wrapper at all. I wouldn't use Group here anyway as it's more suited for horizontal flex.
thanks
Can I supply my own icon image for the checkbox?
Sure looks like it. Thanks.
Wow, pretty rich set of props and capabilities. How do these play with the light-dark prop?