Skip to content

Commit d2404f1

Browse files
authored
Use rgba() for disabled text color in AiChatForm styles (#1837)
1 parent 71773fd commit d2404f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

special-pages/pages/new-tab/app/omnibar/components/AiChatForm.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
&[disabled] {
5757
background: none;
58-
color: var(--color-black-at-30);
58+
color: rgba(0, 0, 0, 0.3);
5959
cursor: default;
6060
}
6161

0 commit comments

Comments
 (0)