From 7046f2790e0a3f64b0770c68179d3428170098ab Mon Sep 17 00:00:00 2001 From: mablanco Date: Thu, 28 Sep 2023 16:23:11 +0200 Subject: [PATCH] fix: focus & active color --- src/Button/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Button/style.css b/src/Button/style.css index 1592a02..c2cf4d6 100644 --- a/src/Button/style.css +++ b/src/Button/style.css @@ -80,6 +80,10 @@ border-style: solid; border-width: 1px; --color-hover: var(--color-pro-600); + background-selected: var(--color-pro-100); + --color-active: var(--color-pro-700); + --shadow-focus: var(--color-pro-100); + --background-active: var(--color-pro-100); } &.is-destructive-primary {