Skip to content

Commit

Permalink
fix: padding inside of inline message
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv committed Feb 2, 2024
1 parent fce70ab commit 49504af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/InlineMessage/InlineMessage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $border: 1px solid;
align-items: center;
gap: 8px;
border-radius: 4px;
padding: 16px;
padding: 8px;

&__icon {
width: 16px;
Expand Down

0 comments on commit 49504af

Please sign in to comment.