From 4323d209e409a9caa0ff2e9163480912277d9bd3 Mon Sep 17 00:00:00 2001 From: Josemi Date: Thu, 9 Jan 2025 11:53:21 +0100 Subject: [PATCH] styles: Add border to light button #TASK-7216 #TASK-7100 --- styles/jsorolla-ui.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/jsorolla-ui.scss b/styles/jsorolla-ui.scss index bf4ec1012..ea9f75843 100644 --- a/styles/jsorolla-ui.scss +++ b/styles/jsorolla-ui.scss @@ -69,6 +69,12 @@ body { --bs-dropdown-item-border-radius: var(--bs-border-radius-sm); } +// override button styles +.btn-light { + --bs-btn-border-color: #{$gray-200}; + --bs-btn-border-width: #{$border-width}; +} + // additional color utilities // Note: the $grays map is a Sass map that contains all the gray colors @each $shade,$color in $grays {