mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: delete state modal theming
This commit is contained in:
parent
2b7349c80a
commit
7167c9bcdc
@ -126,8 +126,9 @@ export const DeleteStateModal: React.FC<Props> = ({ isOpen, onClose, data }) =>
|
|||||||
<div className="mt-2">
|
<div className="mt-2">
|
||||||
<p className="text-sm text-brand-secondary">
|
<p className="text-sm text-brand-secondary">
|
||||||
Are you sure you want to delete state-{" "}
|
Are you sure you want to delete state-{" "}
|
||||||
<span className="italic">{data?.name}</span>? All of the data related to
|
<span className="font-medium text-brand-base">{data?.name}</span>? All of
|
||||||
the state will be permanently removed. This action cannot be undone.
|
the data related to the state will be permanently removed. This action
|
||||||
|
cannot be undone.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user