Merge branch 'toger5/move-settings-out-of-bottom-bar' into toger5/bottom-bar-storybook

This commit is contained in:
Timo K
2026-04-15 14:42:26 +02:00
6 changed files with 12 additions and 15 deletions

View File

@@ -193,7 +193,7 @@ export const SettingsIconButton: FC<SettingsIconButtonProps> = ({
className={classNamesForScrrenWidth(className, showForScreenWidth)}
{...props}
>
<Icon />
<Icon aria-hidden/>
</IconButton>
</Tooltip>
);