File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
apps/website/src/components/copy-css-config Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default component$(() => {
3131 </ Button >
3232 < Modal
3333 bind :show = { showSig }
34- class = "my-animation h-[650px] max-w-2xl overflow-x-hidden rounded-base p-8 shadow-md backdrop:backdrop-blur backdrop:backdrop-brightness-50 dark:backdrop:backdrop-brightness-100"
34+ class = "my-animation h-[650px] max-w-2xl overflow-x-hidden rounded-base bg-background p-8 text-foreground shadow-md backdrop:backdrop-blur backdrop:backdrop-brightness-50 dark:backdrop:backdrop-brightness-100"
3535 >
3636 < ModalHeader >
3737 < h2 class = "mb-2 text-lg font-bold" > Copy config</ h2 >
@@ -41,12 +41,9 @@ export default component$(() => {
4141 </ p >
4242 </ ModalHeader >
4343 < ModalContent >
44- < Highlight code = { cssThemeOutput . value } language = "css" />
44+ < Highlight code = { cssThemeOutput . value } language = "css" class = "border" />
4545 </ ModalContent >
46- < button
47- onClick$ = { ( ) => ( showSig . value = false ) }
48- class = "absolute right-6 top-[26px]"
49- >
46+ < button onClick$ = { ( ) => ( showSig . value = false ) } class = "absolute right-6 top-7" >
5047 < LuX class = "h-8 w-8" />
5148 </ button >
5249 </ Modal >
You can’t perform that action at this time.
0 commit comments