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.
2 parents 5352da8 + 3f20313 commit 3489da0Copy full SHA for 3489da0
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