diff --git a/pkgs/clan-app/ui/src/components/Alert/Alert.module.css b/pkgs/clan-app/ui/src/components/Alert/Alert.module.css index 4edc87664..9d647cbde 100644 --- a/pkgs/clan-app/ui/src/components/Alert/Alert.module.css +++ b/pkgs/clan-app/ui/src/components/Alert/Alert.module.css @@ -5,10 +5,6 @@ @apply pl-3; } - &.hasIcon svg.icon { - @apply relative top-0.5; - } - &.hasDismiss { @apply pr-3; } @@ -35,6 +31,10 @@ &.noPadding { @apply p-0; } + + svg { + @apply relative top-0.5; + } } .alertContent {