mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-19 09:18:01 +02:00
✨ Updated sidebar layout (#1661)
This commit is contained in:
parent
8c0814b92b
commit
72ca1d4c38
104 changed files with 3268 additions and 1331 deletions
|
@ -25,9 +25,9 @@ module.exports = {
|
|||
background: colors.indigo["50"],
|
||||
},
|
||||
secondary: {
|
||||
background: colors.gray["100"],
|
||||
DEFAULT: colors.gray["100"],
|
||||
foreground: colors.gray["700"],
|
||||
background: colors.indigo["50"],
|
||||
DEFAULT: colors.indigo["50"],
|
||||
foreground: colors.indigo["600"],
|
||||
},
|
||||
gray: colors.gray,
|
||||
border: colors.gray["200"],
|
||||
|
@ -70,6 +70,7 @@ module.exports = {
|
|||
sidebar: {
|
||||
DEFAULT: colors.gray["100"],
|
||||
foreground: colors.gray["700"],
|
||||
border: colors.gray["200"],
|
||||
accent: {
|
||||
DEFAULT: colors.gray["200"],
|
||||
foreground: colors.gray["800"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue