Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: fix light mode styles for organization delete button
  • Loading branch information
aslilac committed Aug 29, 2024
commit bf8556df5cb80cc518d602a70e18a316a53fa447
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ const styles = {
borderColor: theme.roles.danger.outline,
color: theme.roles.danger.text,

"&:not(.MuiLoadingButton-loading)": {
color: theme.roles.danger.fill.text,
"&.MuiLoadingButton-loading": {
color: theme.roles.danger.disabled.text,
},

"&:hover:not(:disabled)": {
Expand Down
Loading