Skip to content

fix: fix light mode styles for organization delete button #14485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 29, 2024
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