Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit a83ea89

Browse files
authored
feat(eek): updated size (#2463)
1 parent 9d93be8 commit a83ea89

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.changeset/little-days-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ebay/skin": patch
3+
---
4+
5+
feat(eek): updated size

dist/eek/eek.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
display: inline-flex;
44
font-family: Arial, sans-serif;
55
font-weight: 700;
6-
height: 28px;
6+
height: 24px;
77
position: relative;
88
}
99

@@ -16,7 +16,7 @@
1616
}
1717

1818
.eek .icon--eek-arrow {
19-
width: 11px;
19+
width: 9px;
2020
}
2121

2222
.eek__arrow {
@@ -111,7 +111,7 @@
111111
border-radius: 1px 0 0 1px;
112112
display: inline-flex;
113113
flex-direction: column;
114-
height: 24px;
114+
height: 20px;
115115
margin: 1px;
116116
padding: 0 1px;
117117
}

src/sass/eek/eek.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $eek-border-color: $eek-color;
2222
display: inline-flex;
2323
font-family: Arial, sans-serif;
2424
font-weight: 700;
25-
height: 28px;
25+
height: 24px;
2626
position: relative;
2727
}
2828

@@ -35,7 +35,7 @@ $eek-border-color: $eek-color;
3535
}
3636

3737
.eek .icon--eek-arrow {
38-
width: 11px;
38+
width: 9px;
3939
}
4040

4141
.eek__arrow {
@@ -125,7 +125,7 @@ $eek-border-color: $eek-color;
125125
border-radius: 1px 0 0 1px;
126126
display: inline-flex;
127127
flex-direction: column;
128-
height: 24px;
128+
height: 20px;
129129
margin: 1px;
130130
padding: 0 1px;
131131
}

0 commit comments

Comments
 (0)