Skip to content

Commit

Permalink
fix: border radius for popoover
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisi Linhart committed Oct 25, 2023
1 parent 4a64684 commit 674df77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/styles/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@mixin popoverComponent {
overflow: hidden;
border: 1px solid $light;
border-radius: $s-1;
border-radius: $base-border-radius;
box-shadow: $box-shadow-default;
}

Expand Down

0 comments on commit 674df77

Please sign in to comment.