Skip to content

Commit

Permalink
fix(styles): fd-emty was used instead fd-only-child (#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrvr committed Jul 28, 2022
1 parent da6bc46 commit 1c623a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/object-status.scss
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ $inverted-color-accents: (
font-size: $fd-object-status-icon-text-font-size-large-inverted;

// ICON ONLY MODE
@include fd-empty() {
@include fd-only-child() {
height: $fd-object-status-min-height-large-inverted-empty;
min-width: $fd-object-status-min-width-large-inverted-empty;
padding: $fd-object-status-padding-large-inverted-empty;
Expand Down

0 comments on commit 1c623a6

Please sign in to comment.