Use notice colors for E2E icons

This commit is contained in:
J. Ryan Stinnett 2019-02-13 14:05:45 +00:00
parent 4409636c0b
commit feb92957c0
2 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@ $button-primary-fg-color: #ffffff;
$button-primary-bg-color: $accent-color; $button-primary-bg-color: $accent-color;
$button-secondary-bg-color: transparent; $button-secondary-bg-color: transparent;
$button-danger-fg-color: #ffffff; $button-danger-fg-color: #ffffff;
$button-danger-bg-color: #f56679; $button-danger-bg-color: $notice-primary-color;
$button-danger-disabled-fg-color: #ffffff; $button-danger-disabled-fg-color: #ffffff;
$button-danger-disabled-bg-color: #f5b6bb; // TODO: Verify color $button-danger-disabled-bg-color: #f5b6bb; // TODO: Verify color

View file

@ -33,7 +33,7 @@ $selection-fg-color: $primary-bg-color;
$focus-brightness: 105%; $focus-brightness: 105%;
// red warning colour // red warning colour
$warning-color: #f56679; $warning-color: $notice-primary-color;
// background colour for warnings // background colour for warnings
$warning-bg-color: #DF2A8B; $warning-bg-color: #DF2A8B;
$info-bg-color: #2A9EDF; $info-bg-color: #2A9EDF;
@ -227,7 +227,7 @@ $button-primary-fg-color: #ffffff;
$button-primary-bg-color: $accent-color; $button-primary-bg-color: $accent-color;
$button-secondary-bg-color: $accent-fg-color; $button-secondary-bg-color: $accent-fg-color;
$button-danger-fg-color: #ffffff; $button-danger-fg-color: #ffffff;
$button-danger-bg-color: #f56679; $button-danger-bg-color: $notice-primary-color;
$button-danger-disabled-fg-color: #ffffff; $button-danger-disabled-fg-color: #ffffff;
$button-danger-disabled-bg-color: #f5b6bb; // TODO: Verify color $button-danger-disabled-bg-color: #f5b6bb; // TODO: Verify color