Skip to content

Commit

Permalink
chore(toggle): update feature flag used (#8675)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
joshblack and kodiakhq[bot] authored May 13, 2021
1 parent db9f76c commit 8abc81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/toggle/_toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/// @access private
/// @group toggle
@mixin toggle {
@if feature-flag-enabled('enable-2021-release') {
@if feature-flag-enabled('enable-v11-release') {
.#{$prefix}--toggle__label-text {
@include type-style('label-01');

Expand Down

0 comments on commit 8abc81e

Please sign in to comment.