mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
[CL-925] add filled danger button (#17633)
* add dangerPrimary button variant * add dangerPrimary to small story
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ModelSignal } from "@angular/core";
|
||||
|
||||
export type ButtonType = "primary" | "secondary" | "danger" | "unstyled";
|
||||
export type ButtonType = "primary" | "secondary" | "danger" | "dangerPrimary" | "unstyled";
|
||||
|
||||
export type ButtonSize = "default" | "small";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user