#Scale icon size based on text size
1 messages ยท Page 1 of 1 (latest)
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>
You can use any icons library with Mantine that satisfies your requirements. There are no restructions
@terse barn @inland yarrow i found a workaround ๐