We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d0dfa commit 42e3f36Copy full SHA for 42e3f36
2 files changed
.changeset/yellow-dingos-knock.md
@@ -0,0 +1,6 @@
1
+---
2
+"@tapsioss/web-icons": patch
3
4
+
5
+Update icon styles
6
packages/web-icons/src/base-icon.ts
@@ -118,7 +118,9 @@ class BaseIcon extends HTMLElement {
118
:host {
119
color: currentColor;
120
121
- display: inline-block;
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
125
width: ${width};
126
height: ${height};
0 commit comments