Skip to content

Commit

Permalink
Adding same border radius as the legacy theme
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabetdev committed Feb 4, 2022
1 parent e46c8ea commit 0359607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/themes/amsterdam/overrides/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@
@import 'tabs';
@import 'text';
@import 'toast';
@import 'token';
@import 'tooltip';
4 changes: 4 additions & 0 deletions src/themes/amsterdam/overrides/_token.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.euiToken--square {
// Same border radius as the legacy theme
border-radius: $euiBorderRadiusSmall - 1px;
}

0 comments on commit 0359607

Please sign in to comment.