diff --git a/ui/component/button/view.jsx b/ui/component/button/view.jsx index bc35bec12..bb2501957 100644 --- a/ui/component/button/view.jsx +++ b/ui/component/button/view.jsx @@ -77,7 +77,6 @@ const Button = forwardRef((props: Props, ref: any) => { 'button--primary': button === 'primary', 'button--secondary': button === 'secondary', 'button--alt': button === 'alt', - 'button--danger': button === 'danger', 'button--inverse': button === 'inverse', 'button--close': button === 'close', 'button--disabled': disabled, diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index ffc3311db..0024ddb83 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -144,7 +144,9 @@ const Header = (props: Props) => { {!authHeader && backout ? (