Skip to content

Commit 449ef78

Browse files
Merge pull request #86 from gooddata/feat/alert-color-change
fix: correct background color value for alert warning
2 parents 872d754 + 912b628 commit 449ef78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/scss/variables/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $color-alert-bg: rgba($color-gray-tag, 0.1);
2424
$color-alert-info: $color-deep-purple;
2525
$color-alert-info-bg: #F2F3FE;
2626
$color-alert-warning: #CF4336;
27-
$color-alert-warning-bg: #FDEEEC;
27+
$color-alert-warning-bg: #FDE9EE;
2828
$color-tooltip: #e26300;
2929
$color-gray-bg: #f2f2f2;
3030

0 commit comments

Comments
 (0)