Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/word-wrap-1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
khumbon authored Oct 20, 2023
2 parents 0aa4821 + 43d4097 commit 7b8e8e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/atoms/Alert/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
10 changes: 5 additions & 5 deletions src/components/atoms/Alert/__snapshots__/Alert.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7b8e8e6

Please sign in to comment.