This commit is contained in:
Gigiaj 2025-06-17 20:26:07 -05:00
parent a572e6c352
commit 01c3b23284

View file

@ -3,8 +3,6 @@ import { config } from 'folds';
export const CategoryButton = style({
flexGrow: 1,
userSelect: 'none',
WebkitUserSelect: 'none',
});
export const CategoryButtonIcon = style({
opacity: config.opacity.P400,