feat: update border-radius of selected filter buttons for improved styling

This commit is contained in:
sHa
2025-05-29 20:37:42 +03:00
parent 670c265db1
commit 23a45aaf71

View File

@@ -756,7 +756,7 @@
/* Base styles for all selected filter buttons */ /* Base styles for all selected filter buttons */
.selected-filter-btn { .selected-filter-btn {
border: none; border: none;
border-radius: 8px; border-radius: 4px;
padding: 0.1em 0.7em; padding: 0.1em 0.7em;
font-size: 0.75em; font-size: 0.75em;
font-weight: 300; font-weight: 300;