mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 15:00:30 +03:00
Make nav button text non-interactive
This commit is contained in:
parent
fb73ebbb3b
commit
3abbffbb89
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import { config } from 'folds';
|
|||
|
||||
export const CategoryButton = style({
|
||||
flexGrow: 1,
|
||||
userSelect: 'none',
|
||||
});
|
||||
export const CategoryButtonIcon = style({
|
||||
opacity: config.opacity.P400,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue