File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export const OperationCard = ({
60
60
</ H4 >
61
61
< Tooltip2
62
62
placement = "bottom"
63
- content = { < div className = "max-w-sm" > 下载原 JSON</ div > }
63
+ content = { < div className = "max-w-sm dark:text-slate-900 " > 下载原 JSON</ div > }
64
64
>
65
65
< Button
66
66
small
@@ -74,7 +74,7 @@ export const OperationCard = ({
74
74
</ Tooltip2 >
75
75
< Tooltip2
76
76
placement = "bottom"
77
- content = { < div className = "max-w-sm" > 复制神秘代码</ div > }
77
+ content = { < div className = "max-w-sm dark:text-slate-900 " > 复制神秘代码</ div > }
78
78
>
79
79
< Button
80
80
small
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ function FloatingMapHeader({
242
242
className = { clsx (
243
243
className ,
244
244
HEADER_CLASS ,
245
- 'flex items-center text-xs bg-gray-200' ,
245
+ 'flex items-center text-xs bg-gray-200 dark:bg-slate-500 ' ,
246
246
config . show ? 'cursor-move' : 'cursor-default' ,
247
247
) }
248
248
style = { { height : HEADER_HEIGHT } }
You can’t perform that action at this time.
0 commit comments