We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a326b77 commit 3f20313Copy full SHA for 3f20313
1 file changed
app/web/features/messages/messagelist/MessageView.tsx
@@ -118,12 +118,12 @@ const StyledFooter = styled("div")(({ theme }) => ({
118
119
const StyledFlagButton = styled(FlagButton)(({ theme }) => ({
120
padding: theme.spacing(0.25),
121
- color: "var(--mui-palette-text-secondary)",
+ color: "var(--mui-palette-primary-main)",
122
"& svg": {
123
fontSize: "1rem",
124
},
125
"&:hover, &:focus-visible": {
126
- color: "var(--mui-palette-primary-main)",
+ color: "var(--mui-palette-primary-dark)",
127
128
}));
129
0 commit comments