Skip to content

Commit bf8556d

Browse files
committed
fix: fix light mode styles for organization delete button
1 parent 49afab1 commit bf8556d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/ManagementSettingsPage/OrganizationSettingsPageView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ const styles = {
181181
borderColor: theme.roles.danger.outline,
182182
color: theme.roles.danger.text,
183183

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

188188
"&:hover:not(:disabled)": {

0 commit comments

Comments
 (0)