Skip to content

Commit

Permalink
Feat(web): Add solid border to Alert component
Browse files Browse the repository at this point in the history
refs #DS-1156
  • Loading branch information
literat committed Mar 4, 2024
1 parent 08637e2 commit 495a600
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/scss/components/Alert/_Alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
justify-content: flex-start;
width: 100%;
padding: theme.$padding;
border: theme.$border-width theme.$border-style var(--alert-color);
border-radius: theme.$border-radius;
}

Expand Down
2 changes: 2 additions & 0 deletions packages/web/src/scss/components/Alert/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ $typography: tokens.$body-medium-text-regular;
$gap: tokens.$space-600;
$padding: tokens.$space-600;
$border-radius: tokens.$radius-200;
$border-style: tokens.$border-style-100;
$border-width: tokens.$border-width-100;

$content-max-width: 640px;

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 495a600

Please sign in to comment.