Skip to content

Commit b09b40c

Browse files
authored
Merge pull request #138 from raejun92/fix/dark-mode-contrast-issue-134
fix: 다크 모드에서 TestCaseStat 배경색 대비 개선
2 parents f400da8 + 83ef8eb commit b09b40c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/landing/src/components/test-case/TestCaseStat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function TestCaseStat({
1919

2020
return (
2121
<Center
22-
bg="#D8D8D8"
22+
bg="$menuHover"
2323
borderRadius="10px"
2424
gap="10px"
2525
px="16px"

0 commit comments

Comments
 (0)