mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
feat: ability to disable cloud collection storage
This commit is contained in:
@@ -24,5 +24,19 @@ export const useDangerStyles = makeStyles({
|
||||
backgroundColor: tokens.colorStatusDangerBackground3Pressed
|
||||
}
|
||||
}
|
||||
},
|
||||
buttonSubtle:
|
||||
{
|
||||
color: tokens.colorStatusDangerForeground1,
|
||||
|
||||
"&:hover":
|
||||
{
|
||||
color: tokens.colorStatusDangerForeground2,
|
||||
|
||||
"&:active":
|
||||
{
|
||||
color: tokens.colorStatusDangerForeground3
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user