working jump to definition with tests
This commit is contained in:
parent
848445455d
commit
92ab107fc9
26 changed files with 956 additions and 564 deletions
|
@ -13,7 +13,7 @@ export default function updateNotification(theme: Theme): Object {
|
|||
...text(theme, "sans", "secondary", { size: "xs" }),
|
||||
margin: { left: headerPadding, top: 6, bottom: 6 },
|
||||
hover: {
|
||||
color: theme.textColor["active"].value
|
||||
color: theme.textColor["active"]
|
||||
}
|
||||
},
|
||||
dismissButton: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue