Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiKJha committed Nov 14, 2022
1 parent 787a436 commit 5761e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/components/ui/box/box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ $attributesToApplyExtraProperties: margin;
}

&--rounded-full {
border-radius: 50%;
}
border-radius: 50%;
}

// breakpoint classes
@each $breakpoint, $min-width in $screen-sizes-map {
Expand Down

0 comments on commit 5761e31

Please sign in to comment.