inbox: Use a non transparent background color.

Since the search box header is sticky, we need the background to
be non transparent.
This commit is contained in:
Aman Agrawal 2023-09-18 16:18:42 +00:00 committed by Tim Abbott
parent 7e11f95716
commit 01959d49fc
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ body {
/* Inbox view constants - Values from Figma design */
--height-inbox-search: 26px;
--width-inbox-search: 346px;
--color-background-inbox: hsl(0deg 0% 100% / 50%);
--color-background-inbox: hsl(0deg 6.67% 97.06%);
--color-background-inbox-search: hsl(0deg 0% 0% / 5%);
--color-icon-search-inbox: hsl(0deg 0% 0% / 50%);
--color-background-inbox-search-focus: hsl(0deg 0% 100%);