Skip to content

Commit

Permalink
fix: toast shadow + bg hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
lfsigreja committed Aug 15, 2024
1 parent 755d5b3 commit f4805dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/azion/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ $colors: (
--chip-focus-bg: #dee2e6;
--skeleton-bg: #eaeaea;
--skeleton-animation-bg: #d6d6d6;
--toast-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 0px 1px #e7e7e7;
--toast-shadow: #e7e7e7;
--success-message-bg: #1982361f;
--success-message-icon-color: #198236;
--error-message--bg: #ef40401f;
Expand Down
4 changes: 2 additions & 2 deletions src/azion/variables/_data.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ $tableBodyRowTextColor: $textColor;

/// Background of an even table body row
/// @group data
$tableBodyRowEvenBg: #ffffff;
$tableBodyRowEvenBg: var(--table-body-row-even-bg);

/// Background of a table body row in hover state
/// @group data
$tableBodyRowHoverBg: #f7f7f7;
$tableBodyRowHoverBg: var(--table-body-row-hover-bg);

/// Text color of a table body row in hover state
/// @group data
Expand Down

0 comments on commit f4805dd

Please sign in to comment.