Skip to content

Commit

Permalink
Make BOT tag text stay white in reply messages
Browse files Browse the repository at this point in the history
  • Loading branch information
prathercc committed Feb 6, 2024
1 parent 3d84eb5 commit 1c0388a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/message-mock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,10 @@ const MessageMock = ({
color: "inherit",
textDecoration: "inherit",
},
color: "#a0a1a4 !important",
"& span": {
color: "#FFF !important",
},
color: "#a0a1a4",
whiteSpace: "nowrap",
}}
variant="caption"
Expand Down

0 comments on commit 1c0388a

Please sign in to comment.