Skip to content

Commit

Permalink
feat(chat-composer): fix disable text color
Browse files Browse the repository at this point in the history
  • Loading branch information
PixeledCode committed Feb 13, 2025
1 parent 80eab76 commit 983c7f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const ChatComposerContainer = React.forwardRef<HTMLDivElement, ChatCompos
gridAutoColumns="1fr auto"
disabled={isDisabled}
aria-disabled={isDisabled}
color="colorTextWeak"
_disabled={{
color: "colorTextWeaker",
backgroundColor: "colorBackground",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const PlaceholderWrapper: React.FC<
right="space40"
display="flex"
alignItems="center"
color="colorTextWeak"
color="inherit"
pointerEvents="none"
userSelect="none"
fontStyle="italic"
Expand Down

0 comments on commit 983c7f6

Please sign in to comment.