🐛 Fix buttons appearance in the feedback form

This commit is contained in:
Belén Albeza 2024-01-09 14:24:02 +01:00
parent 5c2bdfcefe
commit fa99d9aaed
4 changed files with 12 additions and 4 deletions

View file

@ -38,10 +38,12 @@
@include buttonStyle;
@include flexCenter;
@include focusPrimary;
@include tabTitleTipography;
background-color: var(--button-primary-background-color-rest);
border: $s-1 solid var(--button-primary-border-color-rest);
color: var(--button-primary-foreground-color-rest);
border-radius: $br-8;
min-height: $s-32;
svg,
span svg {
stroke: var(--button-primary-foreground-color-rest);
@ -54,6 +56,7 @@
span svg {
stroke: var(--button-primary-foreground-color-hover);
}
text-decoration: none;
}
&:active {
background-color: var(--button-primary-background-color-active);