Skip to content

Commit dce1c6e

Browse files
committed
Update tailwind.config.js
1 parent a3efaa2 commit dce1c6e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

web-modal-sdk/react-modal-playground/tailwind.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ module.exports = {
55
theme: {
66
extend: {
77
colors: {
8-
primary: "#6D5AE6",
8+
primary: "#1c64f2",
99
secondary: "#FF7D54",
10+
success: "#0e9f6e",
11+
info: "#0694a2",
12+
warning: "#c27803",
13+
danger: "#f05252",
1014
// Modern dark theme
1115
dark: {
1216
bg: {
@@ -91,6 +95,7 @@ module.exports = {
9195
'xs': '2px',
9296
},
9397
borderRadius: {
98+
DEFAULT: '8px',
9499
'xl': '1rem',
95100
'2xl': '1.5rem',
96101
'3xl': '2rem',

0 commit comments

Comments
 (0)