diff --git a/apps/scandic-web/components/MyPages/Profile/ChangeNameDisclaimer/index.tsx b/apps/scandic-web/components/MyPages/Profile/ChangeNameDisclaimer/index.tsx index 2ded9aaec..3b4ce78fb 100644 --- a/apps/scandic-web/components/MyPages/Profile/ChangeNameDisclaimer/index.tsx +++ b/apps/scandic-web/components/MyPages/Profile/ChangeNameDisclaimer/index.tsx @@ -15,7 +15,7 @@ export default function ChangeNameDisclaimer() { return (
- +

{intl.formatMessage( { @@ -25,24 +25,28 @@ export default function ChangeNameDisclaimer() { { phone([str]) { return ( - - {str} - + + + {str} + + ) }, email(str) { return ( - - {str} - + + + {str} + + ) }, } diff --git a/apps/scandic-web/components/MyPages/Profile/profile.module.css b/apps/scandic-web/components/MyPages/Profile/profile.module.css index 19ee4e16c..0db913ac8 100644 --- a/apps/scandic-web/components/MyPages/Profile/profile.module.css +++ b/apps/scandic-web/components/MyPages/Profile/profile.module.css @@ -2,7 +2,7 @@ background-color: var(--Main-Grey-White); border-radius: var(--Corner-radius-lg); display: grid; - gap: var(--Space-x3); + gap: var(--Space-x4); padding: var(--Space-x2) var(--Space-x2) var(--Space-x4); } @@ -47,6 +47,7 @@ .container { padding: var(--Space-x3) var(--Space-x3) var(--Space-x4); + gap: var(--Space-x3); } } diff --git a/apps/scandic-web/components/TempDesignSystem/Link/variants.ts b/apps/scandic-web/components/TempDesignSystem/Link/variants.ts index c6cebddca..476b33fe9 100644 --- a/apps/scandic-web/components/TempDesignSystem/Link/variants.ts +++ b/apps/scandic-web/components/TempDesignSystem/Link/variants.ts @@ -19,6 +19,7 @@ export const linkVariants = cva(styles.link, { small: styles.small, regular: styles.regular, tiny: styles.tiny, + none: "", }, textDecoration: { underline: styles.underline,