From 9974244719a6b00faa602835ddfd607c993fe7d3 Mon Sep 17 00:00:00 2001 From: AdamCaouetteSafelite Date: Tue, 9 Sep 2025 06:55:56 -0400 Subject: [PATCH] CASH-1437: fix #1 for button shadow --- src/ux-components/list-button/list-button.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux-components/list-button/list-button.vue b/src/ux-components/list-button/list-button.vue index ebc137866..293f29d73 100644 --- a/src/ux-components/list-button/list-button.vue +++ b/src/ux-components/list-button/list-button.vue @@ -79,7 +79,7 @@ export default { color: $black; font-weight: 500; background: $blue-100; - box-shadow: 0 0 0 1px $blue; + border: 1px solid $blue; } &:checked:focus + .list-button-content { box-shadow: 0 0 0 2.5px $blue;