diff --git a/src/components/@shared/atoms/Badge.module.scss b/src/components/@shared/atoms/Badge.module.scss index bb642aa7..2201247a 100644 --- a/src/components/@shared/atoms/Badge.module.scss +++ b/src/components/@shared/atoms/Badge.module.scss @@ -8,6 +8,7 @@ line-height: 1 !important; text-transform: uppercase; padding: 0.2rem; + margin-left: 0.2rem; border-radius: $border-radius; color: $brand-white; background: $brand-purple;