File tree Expand file tree Collapse file tree 6 files changed +509
-609
lines changed
app/(site)/docs/installation Expand file tree Collapse file tree 6 files changed +509
-609
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,7 @@ module.exports = {
290290 "--color-background": "255 255 255",
291291 "--color-primary-foreground": "255 255 255",
292292 "--color-foreground": "0 0 0",
293+ "--color-popover": "255 255 255"
293294 "--color-destructive": "239 68 68",
294295 "--color-success": "34 197 94",
295296 "--color-warning": "234 179 8",
Original file line number Diff line number Diff line change @@ -127,13 +127,15 @@ module.exports = {
127127 "--color-background": "255 255 255",
128128 "--color-primary-foreground": "255 255 255",
129129 "--color-foreground": "0 0 0",
130+ "--color-popover": "255 255 255",
130131 "--color-destructive": "239 68 68",
131132 "--color-success": "34 197 94",
132133 "--color-warning": "234 179 8",
133134 "--color-info": "59 130 246",
134135 "--color-muted": "115 115 115",
135136 "--toggle-active": "45 45 45",
136137 "--toggle-border": "229 231 235",
138+
137139 },
138140 });
139141 },
You can’t perform that action at this time.
0 commit comments