Skip to content

Commit 00dccee

Browse files
karolinelienclaude
andcommitted
style: drop unnecessary CSS var fallbacks in text box hint
Match the repo convention of using --colors-*/--spacers-* without fallbacks; the tokens are defined app-wide. AI Assisted Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3e63785 commit 00dccee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Item/TextItem/styles/TextItem.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717

1818
.markdownHint {
19-
margin: 0 0 var(--spacers-dp4, 4px) 0;
19+
margin: 0 0 var(--spacers-dp4) 0;
2020
padding-inline: 2px;
2121
font-size: 12px;
2222
line-height: 15px;
23-
color: var(--colors-grey700, #6e7a8a);
23+
color: var(--colors-grey700);
2424
}

0 commit comments

Comments
 (0)