Skip to content

Commit eddf2b3

Browse files
authored
Merge pull request #117 from GuillePaz/collaborate
fix: Drawer, Dialog and Alert-dialog for web
2 parents 5877de1 + 8c07e9d commit eddf2b3

File tree

6 files changed

+509
-609
lines changed

6 files changed

+509
-609
lines changed

app/(site)/docs/installation/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

public/llms.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)