feat(SW-3289): replace sidepeek * fix(SW-3289): replace sidepeek * fix(SW-3289): add wrapping prop and change prop name to buttonVariant * fix(SW-3289): replace body with typography * fix(SW-3289): fix intl message Approved-by: Joakim Jäderberg
6 lines
86 B
CSS
6 lines
86 B
CSS
.content {
|
|
display: grid;
|
|
gap: var(--Spacing-x2);
|
|
color: var(--Text-Default);
|
|
}
|