mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-05 12:11:51 +02:00
💵 Add ability to accept payments (#722)
This commit is contained in:
parent
1c7c8c7678
commit
2ccf705a2c
44 changed files with 2021 additions and 604 deletions
|
@ -22,9 +22,14 @@ module.exports = {
|
|||
primary: {
|
||||
...colors.indigo,
|
||||
DEFAULT: colors.indigo["600"],
|
||||
foreground: colors.indigo["600"],
|
||||
foreground: colors.white,
|
||||
background: colors.indigo["50"],
|
||||
},
|
||||
secondary: {
|
||||
background: colors.gray["100"],
|
||||
DEFAULT: colors.gray["100"],
|
||||
foreground: colors.gray["800"],
|
||||
},
|
||||
gray: colors.gray,
|
||||
border: colors.gray["200"],
|
||||
input: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue