Skip to content

Commit 0a10841

Browse files
committed
Fix wrong css var usage
1 parent 8aae076 commit 0a10841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/internal/data-grid-search/data-grid-search-style.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const SearchWrapper = styled.div`
3939
4040
input {
4141
width: 220px;
42-
color: var(--gdg-textDark);
42+
color: var(--gdg-text-dark);
4343
background-color: var(--gdg-bg-cell);
4444
border: none;
4545
border-width: 0;

0 commit comments

Comments
 (0)