mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: fix light mode styles for organization delete button (#14485)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
import { chromatic } from "testHelpers/chromatic";
|
||||
import {
|
||||
MockDefaultOrganization,
|
||||
MockOrganization,
|
||||
@@ -8,6 +9,7 @@ import { OrganizationSettingsPageView } from "./OrganizationSettingsPageView";
|
||||
const meta: Meta<typeof OrganizationSettingsPageView> = {
|
||||
title: "pages/OrganizationSettingsPageView",
|
||||
component: OrganizationSettingsPageView,
|
||||
parameters: { chromatic },
|
||||
args: {
|
||||
organization: MockOrganization,
|
||||
},
|
||||
|
||||
@@ -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)": {
|
||||
|
||||
Reference in New Issue
Block a user