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$(() => {
31
31
</ Button >
32
32
< Modal
33
33
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"
35
35
>
36
36
< ModalHeader >
37
37
< h2 class = "mb-2 text-lg font-bold" > Copy config</ h2 >
@@ -41,12 +41,9 @@ export default component$(() => {
41
41
</ p >
42
42
</ ModalHeader >
43
43
< ModalContent >
44
- < Highlight code = { cssThemeOutput . value } language = "css" />
44
+ < Highlight code = { cssThemeOutput . value } language = "css" class = "border" />
45
45
</ 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" >
50
47
< LuX class = "h-8 w-8" />
51
48
</ button >
52
49
</ Modal >
You can’t perform that action at this time.
0 commit comments