diff --git a/client/scss/components/_dropdown-button.scss b/client/scss/components/_dropdown-button.scss index 0db4dd5b04..31a3973961 100644 --- a/client/scss/components/_dropdown-button.scss +++ b/client/scss/components/_dropdown-button.scss @@ -116,3 +116,16 @@ $radius: theme('borderRadius.sm'); border-end-end-radius: var(--last-item-end-end-radius); } } + +.w-dropdown-button > .warning { + + .w-dropdown .button { + background-color: theme('colors.warning.100'); + border-color: $separator; + } + + + .w-dropdown .w-dropdown__toggle { + border-inline-end-color: theme('colors.warning.100'); + border-top-color: theme('colors.warning.100'); + border-bottom-color: theme('colors.warning.100'); + } +}