refactor(ui): reduce IconButton size by 25%

- Change default size from 44px to 33px (25% reduction)
- Update min-width and min-height in CSS to match
- Apply size reduction to toggle-sidebar-btn as well for consistency
This commit is contained in:
Gigi
2025-10-03 01:58:42 +02:00
parent 365b84ba9d
commit 8014ee4ddd
2 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ const IconButton: React.FC<IconButtonProps> = ({
title,
ariaLabel,
variant = 'ghost',
size = 44
size = 33
}) => {
return (
<button