Merged in fix/BOOK-293-button-variants (pull request #3371)
fix(BOOK-293): changed variants and props on IconButton component * fix(BOOK-293): changed variants and props on IconButton component * fix(BOOK-293): inherit color for icon Approved-by: Bianca Widstam Approved-by: Christel Westerberg
This commit is contained in:
committed by
Bianca Widstam
parent
2197ab2137
commit
3f632e6031
@@ -74,10 +74,9 @@ export default async function JoinScandicFriends({
|
||||
{content.has_primary_button ? (
|
||||
<ButtonLink
|
||||
variant="Primary"
|
||||
size="Small"
|
||||
size="sm"
|
||||
href={primary_button.href}
|
||||
target={primary_button.openInNewTab ? "_blank" : undefined}
|
||||
typography="Body/Supporting text (caption)/smBold"
|
||||
className={styles.primaryButton}
|
||||
>
|
||||
{primary_button.title}
|
||||
|
||||
Reference in New Issue
Block a user