mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 22:54:30 +01:00
feat(ui): make IconButton square and mobile-tappable (44px min)
This commit is contained in:
@@ -17,7 +17,7 @@ const IconButton: React.FC<IconButtonProps> = ({
|
||||
title,
|
||||
ariaLabel,
|
||||
variant = 'ghost',
|
||||
size = 28
|
||||
size = 44
|
||||
}) => {
|
||||
return (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user