Skip to content

Commit

Permalink
fix: restore chip border color (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 authored May 8, 2024
1 parent bb1f6f2 commit 2b20bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/resume-page/chip/chip.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
font-size: 1rem;
background-color: var(--chips-bg);
color: var(--chips-fg);
border-color: var(--chips-border);

@include animations.define {
@include animations.multiple-transitions(
Expand Down

0 comments on commit 2b20bad

Please sign in to comment.