Skip to content

Commit 427810c

Browse files
authored
Fix: Adjust icon button CSS (#16)
1 parent 59feabc commit 427810c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/components/Button/Button.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,4 @@
123123
text-decoration: underline;
124124
}
125125
}
126-
127-
// Vertically center icon
128-
svg {
129-
display: block;
130-
}
131126
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
.bcu-item-action {
22
button {
33
display: flex;
4+
5+
// Vertically center icon
6+
svg {
7+
display: block;
8+
}
49
}
510
}

0 commit comments

Comments
 (0)