https://kotlinlang.org logo
#compose
Title
# compose
g

Gabriel

02/28/2021, 2:30 PM
Any idea why my buttons are so huge, I expected them to match the icon size kinda, but they seem to be taking as much room as possible
s

Se7eN

02/28/2021, 4:10 PM
I think you need
IconButton
g

Gabriel

02/28/2021, 4:39 PM
Yeh that works, it's still feels 'huge' though, but maybe that's just the preview
s

Se7eN

02/28/2021, 4:48 PM
The buttons include some padding so you can try making a custom button with just
Icon
and
Surface
if you want to reduce the padding
4 Views