diff --git a/src/components/atoms/Alert/Alert.tsx b/src/components/atoms/Alert/Alert.tsx index 6cd602b26..17e5ea4a7 100644 --- a/src/components/atoms/Alert/Alert.tsx +++ b/src/components/atoms/Alert/Alert.tsx @@ -34,7 +34,7 @@ const Wrapper = styled.div<{ severity: Severity; inline: boolean; hasRoundedCorn border: ${({ severity, theme }) => theme.alert[severity].border}; a { color: ${({ severity, theme }) => theme.alert[severity].text} !important; - font-size: 15px; + font-size: 16px; line-height: 20px; text-decoration: underline; diff --git a/src/components/atoms/Alert/__snapshots__/Alert.test.tsx.snap b/src/components/atoms/Alert/__snapshots__/Alert.test.tsx.snap index 06ba513a1..fc172d317 100644 --- a/src/components/atoms/Alert/__snapshots__/Alert.test.tsx.snap +++ b/src/components/atoms/Alert/__snapshots__/Alert.test.tsx.snap @@ -20,7 +20,7 @@ exports[`Alert renders the component with no props and no a11y violations 1`] = .c0 a { color: #2C3236 !important; - font-size: 15px; + font-size: 16px; line-height: 20px; -webkit-text-decoration: underline; text-decoration: underline; @@ -92,7 +92,7 @@ exports[`Alert renders with specific severity: alert 1`] = ` .c0 a { color: #940700 !important; - font-size: 15px; + font-size: 16px; line-height: 20px; -webkit-text-decoration: underline; text-decoration: underline; @@ -164,7 +164,7 @@ exports[`Alert renders with specific severity: info 1`] = ` .c0 a { color: #2C3236 !important; - font-size: 15px; + font-size: 16px; line-height: 20px; -webkit-text-decoration: underline; text-decoration: underline; @@ -236,7 +236,7 @@ exports[`Alert renders with specific severity: success 1`] = ` .c0 a { color: #17592B !important; - font-size: 15px; + font-size: 16px; line-height: 20px; -webkit-text-decoration: underline; text-decoration: underline; @@ -308,7 +308,7 @@ exports[`Alert renders with specific severity: warning 1`] = ` .c0 a { color: #704300 !important; - font-size: 15px; + font-size: 16px; line-height: 20px; -webkit-text-decoration: underline; text-decoration: underline; diff --git a/src/components/molecules/Banner/__snapshots__/Banner.test.tsx.snap b/src/components/molecules/Banner/__snapshots__/Banner.test.tsx.snap index 0eb3f94d9..4cff586bb 100644 --- a/src/components/molecules/Banner/__snapshots__/Banner.test.tsx.snap +++ b/src/components/molecules/Banner/__snapshots__/Banner.test.tsx.snap @@ -20,7 +20,7 @@ exports[`Banner renders the component with no props and no a11y violations 1`] = .c0 a { color: #2C3236 !important; - font-size: 15px; + font-size: 16px; line-height: 20px; -webkit-text-decoration: underline; text-decoration: underline; diff --git a/src/components/molecules/Notification/__snapshots__/Notification.test.tsx.snap b/src/components/molecules/Notification/__snapshots__/Notification.test.tsx.snap index aad0a37a0..daa8e485b 100644 --- a/src/components/molecules/Notification/__snapshots__/Notification.test.tsx.snap +++ b/src/components/molecules/Notification/__snapshots__/Notification.test.tsx.snap @@ -20,7 +20,7 @@ exports[`Notification renders the component with no props and no a11y violations .c0 a { color: #2C3236 !important; - font-size: 15px; + font-size: 16px; line-height: 20px; -webkit-text-decoration: underline; text-decoration: underline;