Skip to content

Commit 9e31ef5

Browse files
committed
correct color on grid
1 parent 6d132b2 commit 9e31ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/databases-collections-list/src/namespace-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const nonExistantLightStyles = css({
4343
});
4444

4545
const nonExistantDarkStyles = css({
46-
color: palette.gray.light1,
46+
color: palette.gray.base,
4747
});
4848

4949
const inactiveCardStyles = css({

0 commit comments

Comments
 (0)