Merge pull request #3988 from penpot/ladybenko-fix-your-account-ui

🐛 Fix "Your Account/Give Feedback" UI
This commit is contained in:
Eva Marco 2024-01-10 10:20:22 +01:00 committed by GitHub
commit 4a991ef3f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 10 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);