diff --git a/app/styles/shared/buttons.module.css b/app/styles/shared/buttons.module.css index 84922708ae4..f5bf2589bf3 100644 --- a/app/styles/shared/buttons.module.css +++ b/app/styles/shared/buttons.module.css @@ -54,7 +54,7 @@ &[disabled] { background: linear-gradient(to bottom, var(--bg-color-top-light) 0%, var(--bg-color-bottom-light) 100%); - color: var(--disabled-text-color); + color: var(--disabled-text-color) !important; } }