mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 19:27:25 +02:00
✨ Allow users to customize poll behaviour (#785)
This commit is contained in:
parent
14cfa2bd50
commit
b1e3f63a2e
58 changed files with 1361 additions and 1042 deletions
|
@ -45,13 +45,13 @@ module.exports = {
|
|||
background: colors.rose["50"],
|
||||
foreground: colors.rose["50"],
|
||||
},
|
||||
background: colors.gray["100"],
|
||||
background: colors.white,
|
||||
foreground: colors.gray["800"],
|
||||
accent: {
|
||||
DEFAULT: colors.gray["100"],
|
||||
},
|
||||
muted: {
|
||||
DEFAULT: colors.gray["200"],
|
||||
DEFAULT: colors.gray["100"],
|
||||
background: colors.gray["50"],
|
||||
foreground: colors.gray["500"],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue