Skip to content

Commit

Permalink
fix: ocean-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardodouradol committed Aug 15, 2024
1 parent 8c78dfd commit cf9519b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/ocean-core/src/components/_web-notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ $max-notifications: 10;
display: flex;
gap: $spacing-inline-xxs-extra;
max-width: 328px;
padding: 12px 8px 12px 16px;
padding: $spacing-inline-xxs-extra $spacing-inline-xxs
$spacing-inline-xxs-extra $spacing-inline-xs;
width: 328px;
z-index: 1;
}
Expand Down Expand Up @@ -121,7 +122,7 @@ $max-notifications: 10;
}

&__close-button {
color: #b6b9cc;
color: $color-interface-dark-up;
cursor: pointer;
display: flex;
padding: 0 $spacing-inline-xxxs $spacing-inline-xxxs;
Expand Down

0 comments on commit cf9519b

Please sign in to comment.