#Scale icon size based on text size

1 messages ยท Page 1 of 1 (latest)

fathom jolt
#

Hi everyone !

How can i scale the icon size based on the button text size pls ? if i set size="xs" to my button, i want the icon being proportional to the font-size

terse barn
#

I tried it locally, maybe it has something todo with how the library icons works

#

Maybe you need to manually set the size of the tabler icons

<Button
  rightSection={
    <IconExternalLink size={size === 'xs' ? 12 : undefined} />
  }
  size="xs"
>
  Button xs
</Button>
inland yarrow
fathom jolt
#

@terse barn @inland yarrow i found a workaround ๐Ÿ‘Œ