Skip to content

Commit

Permalink
feat(eek): updated size (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Oct 25, 2024
1 parent 472b280 commit 0529ac5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-days-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/skin": patch
---

feat(eek): updated size
6 changes: 3 additions & 3 deletions dist/eek/eek.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
display: inline-flex;
font-family: Arial, sans-serif;
font-weight: 700;
height: 28px;
height: 24px;
position: relative;
}

Expand All @@ -16,7 +16,7 @@
}

.eek .icon--eek-arrow {
width: 11px;
width: 9px;
}

.eek__arrow {
Expand Down Expand Up @@ -111,7 +111,7 @@
border-radius: 1px 0 0 1px;
display: inline-flex;
flex-direction: column;
height: 24px;
height: 20px;
margin: 1px;
padding: 0 1px;
}
Expand Down
6 changes: 3 additions & 3 deletions src/sass/eek/eek.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $eek-border-color: $eek-color;
display: inline-flex;
font-family: Arial, sans-serif;
font-weight: 700;
height: 28px;
height: 24px;
position: relative;
}

Expand All @@ -35,7 +35,7 @@ $eek-border-color: $eek-color;
}

.eek .icon--eek-arrow {
width: 11px;
width: 9px;
}

.eek__arrow {
Expand Down Expand Up @@ -125,7 +125,7 @@ $eek-border-color: $eek-color;
border-radius: 1px 0 0 1px;
display: inline-flex;
flex-direction: column;
height: 24px;
height: 20px;
margin: 1px;
padding: 0 1px;
}
Expand Down

0 comments on commit 0529ac5

Please sign in to comment.