Merged in feat/SW-3276-hotel-page-phone-number (pull request #2703)

feat(SW-3276): update hotel page intro section

* feat(SW-3276): update hotel page intro section

* fix(SW-3276): update Link component


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-08-28 06:30:32 +00:00
parent 4ed1cd1843
commit cfaee8f123
8 changed files with 100 additions and 39 deletions
@@ -17,7 +17,7 @@ export const linkVariants = cva(styles.link, {
},
size: {
small: styles.small,
regular: styles.regular,
large: styles.large,
tiny: styles.tiny,
none: '',
},
@@ -39,6 +39,6 @@ export const linkVariants = cva(styles.link, {
},
defaultVariants: {
color: 'Text/Interactive/Default',
size: 'regular',
size: 'large',
},
})