From 75fb89a98abfeb8fe974715f6cf3e994a515e2cb Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 15 Apr 2026 14:20:19 +0200 Subject: [PATCH] review: update styles + aria hidden --- src/AppBar.tsx | 4 ++-- src/button/Button.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AppBar.tsx b/src/AppBar.tsx index aaa7565e..86d150ee 100644 --- a/src/AppBar.tsx +++ b/src/AppBar.tsx @@ -68,8 +68,8 @@ export const AppBar: FC = ({ children }) => { > - - + + diff --git a/src/button/Button.tsx b/src/button/Button.tsx index 5dfa25b8..11834506 100644 --- a/src/button/Button.tsx +++ b/src/button/Button.tsx @@ -140,7 +140,7 @@ export const SettingsIconButton: FC = (props) => { return ( - + );