diff options
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r-- | pages/_app.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx index a9a00f9..ac03907 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -154,6 +154,11 @@ function SubApp(props: any) { _hover: { bg: `inherit`, border: '1px solid', borderColor: highlightColor }, _active: { color: `inherit`, bg: highlightColor }, }, + subtle: { + color: 'gray.800', + _hover: { bg: `inherit`, color: highlightColor }, + _active: { color: `inherit`, bg: borderColor }, + }, }, }, Accordion: { |