mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 16:51:38 +10:00
update: add new brand color as palette in tailwind config
This commit is contained in:
@ -58,6 +58,19 @@ module.exports = {
|
|||||||
900: "#000000",
|
900: "#000000",
|
||||||
950: "#000000",
|
950: "#000000",
|
||||||
},
|
},
|
||||||
|
brand: {
|
||||||
|
DEFAULT: "#A2E771",
|
||||||
|
100: "#F4FCEE",
|
||||||
|
200: "#E8F9DC",
|
||||||
|
300: "#D1F3B9",
|
||||||
|
400: "#BBED96",
|
||||||
|
500: "#A2E771",
|
||||||
|
600: "#8DE151",
|
||||||
|
700: "#76DC2E",
|
||||||
|
800: "#63C021",
|
||||||
|
900: "#519D1B",
|
||||||
|
950: "#488C18",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
borderRadius: {
|
borderRadius: {
|
||||||
"4xl": "2rem",
|
"4xl": "2rem",
|
||||||
|
|||||||
Reference in New Issue
Block a user