1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

Replace sad face with searching image

This commit is contained in:
Robyn MacCallum
2022-01-21 10:31:01 -05:00
parent f0dc5aa458
commit 879b983818
7 changed files with 113 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ $themes: (
calloutBorderColor: $border-color-dark,
calloutBackgroundColor: $box-background-color,
toastTextColor: #ffffff,
svgSuffix: "-light.svg",
),
dark: (
textColor: #ffffff,
@@ -154,6 +155,7 @@ $themes: (
calloutBorderColor: #4c525f,
calloutBackgroundColor: #3c424e,
toastTextColor: #1f242e,
svgSuffix: "-dark.svg",
),
nord: (
textColor: $nord5,
@@ -204,6 +206,7 @@ $themes: (
calloutBorderColor: $nord0,
calloutBackgroundColor: $nord2,
toastTextColor: #ffffff,
svgSuffix: "-dark.svg",
),
solarizedDark: (
textColor: $solarizedDarkBase2,
@@ -254,6 +257,7 @@ $themes: (
calloutBorderColor: $solarizedDarkBase03,
calloutBackgroundColor: $solarizedDarkBase01,
toastTextColor: #ffffff,
svgSuffix: "-solarized.svg",
),
);