Skip to content

Commit

Permalink
fix(checkbox-group): fix css classnames
Browse files Browse the repository at this point in the history
  • Loading branch information
Кононенко Артем Игоревич authored and Кононенко Артем Игоревич committed Jun 18, 2020
1 parent b1214d8 commit 1ec07fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/checkbox-group/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
margin-bottom: var(--gap-xs);
}

.horizontal .tag-label {
.horizontal .tagLabel {
margin-right: var(--gap-xs);
}

Expand All @@ -52,7 +52,7 @@
color: var(--color-dark-indigo-60-flat);
}

.error-message {
.errorMessage {
@mixin system_14-18_regular;
margin-top: var(--gap-m);
color: var(--color-red-brand-85-flat);
Expand All @@ -66,6 +66,6 @@
opacity: 0;
}

.tag-label {
.tagLabel {
position: relative;
}

0 comments on commit 1ec07fa

Please sign in to comment.