promote variant to its own styleset
This commit is contained in:
parent
ebe8c952e4
commit
962f087ac2
17 changed files with 624 additions and 666 deletions
|
@ -14,7 +14,7 @@ export default function updateNotification(colorScheme: ColorScheme): Object {
|
|||
...text(layer, "sans", { size: "xs" }),
|
||||
margin: { left: headerPadding, top: 6, bottom: 6 },
|
||||
hover: {
|
||||
color: foreground(layer, "base", "hovered"),
|
||||
color: foreground(layer, "hovered"),
|
||||
},
|
||||
},
|
||||
dismissButton: {
|
||||
|
@ -24,7 +24,7 @@ export default function updateNotification(colorScheme: ColorScheme): Object {
|
|||
buttonWidth: 8,
|
||||
buttonHeight: 8,
|
||||
hover: {
|
||||
color: foreground(layer, "base", "hovered"),
|
||||
color: foreground(layer, "hovered"),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue