Skip to content

Commit

Permalink
fix(styles): fix for the font-size of Layout Panel [ci visual] (#4296)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Feb 27, 2023
1 parent c12cc4c commit f6d5351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/styles/src/layout-panel.scss
Expand Up @@ -59,7 +59,6 @@ $fd-layout-panel-element-border: solid 0.0625rem var(--sapGroup_TitleBorderColor
@include fd-reset();

margin-top: 0.25rem;
font-size: var(--sapFontSmallSize);
color: var(--sapContent_LabelColor);
}

Expand Down
2 changes: 1 addition & 1 deletion packages/styles/tests/__snapshots__/styles.test.ts.snap
Expand Up @@ -3499,7 +3499,7 @@ exports[`Check stories > Components/Card > Story CardFooterBar > Should match sn
</div>
</div>
</div>

</div>
"
`;
Expand Down

0 comments on commit f6d5351

Please sign in to comment.