refactor: reduce clear cache button size from 28 to 20

This commit is contained in:
Gigi
2025-10-15 19:03:43 +02:00
parent 067a07fc00
commit 9f90718918

View File

@@ -173,7 +173,7 @@ const PWASettings: React.FC<PWASettingsProps> = ({ settings, onUpdate, onClose }
onClick={handleClearCache}
title="Clear cache"
variant="ghost"
size={28}
size={20}
/>
</div>
)}