Skip to content

Commit 2c25970

Browse files
committed
Fix wrong example
1 parent e29c1bf commit 2c25970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@ import { Box } from '@devup-ui/react'
369369
function ThemeCard() {
370370
return (
371371
<Box
372-
_dark={{ bg: '$colors.background', color: '$colors.text' }}
373-
bg="$colors.background"
374-
color="$colors.text"
372+
_dark={{ bg: '$background', color: '$text' }}
373+
bg="$background"
374+
color="$text"
375375
p={4}
376376
>
377377
This adapts to the current theme

0 commit comments

Comments
 (0)