app/components/lookbook/icon/component.css in lookbook-2.0.0.beta.3 vs app/components/lookbook/icon/component.css in lookbook-2.0.0.beta.4
- old
+ new
@@ -1,10 +1,10 @@
@layer components {
[data-component="icon"] {
@apply transition block flex-none leading-none;
svg {
- @apply w-full h-full stroke-current stroke-2 fill-transparent;
+ @apply w-full h-full stroke-current fill-transparent;
stroke-linecap: round;
stroke-linejoin: round;
}
}
}