We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3efaa2 commit dce1c6eCopy full SHA for dce1c6e
1 file changed
web-modal-sdk/react-modal-playground/tailwind.config.js
@@ -5,8 +5,12 @@ module.exports = {
5
theme: {
6
extend: {
7
colors: {
8
- primary: "#6D5AE6",
+ primary: "#1c64f2",
9
secondary: "#FF7D54",
10
+ success: "#0e9f6e",
11
+ info: "#0694a2",
12
+ warning: "#c27803",
13
+ danger: "#f05252",
14
// Modern dark theme
15
dark: {
16
bg: {
@@ -91,6 +95,7 @@ module.exports = {
91
95
'xs': '2px',
92
96
},
93
97
borderRadius: {
98
+ DEFAULT: '8px',
94
99
'xl': '1rem',
100
'2xl': '1.5rem',
101
'3xl': '2rem',
0 commit comments