Skip to content

Commit

Permalink
Merge pull request #110 from fortanix/ux-fixes
Browse files Browse the repository at this point in the history
UX Fixes
  • Loading branch information
mkrause authored Jan 21, 2025
2 parents 61a9aa4 + 6235b5c commit 80d4108
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/actions/Button/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
align-items: center;
gap: 0.3ch;

@include bk.font(bk.$font-family-display, bk.$font-weight-medium);
@include bk.font(bk.$font-family-display, bk.$font-weight-semibold);
/* letter-spacing: 0.1ch; */
text-transform: uppercase;

Expand Down
1 change: 1 addition & 0 deletions src/components/containers/Card/Card.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

min-height: bk.$spacing-16;
padding: bk.$spacing-4;
padding-bottom: bk.$spacing-8;

background: var(--bk-card-background-color);
border: bk.$size-1 solid var(--bk-card-border-color);
Expand Down
2 changes: 1 addition & 1 deletion src/components/containers/Panel/Panel.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
overflow: hidden;

min-height: 4rem;
padding: 22px 26px; // FIXME
padding: bk.$spacing-4;
background: var(--bk-panel-background-color);
border: bk.rem-from-px(1) solid var(--bk-panel-border-color);
border-radius: bk.$radius-3;
Expand Down
2 changes: 1 addition & 1 deletion src/typography/BodyText/BodyText.mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

@include self-or-descendent(a) {
text-decoration: none;
color: #0076d1;
color: bk.$theme-text-link-default;

&:hover {
text-decoration: underline;
Expand Down

0 comments on commit 80d4108

Please sign in to comment.