Skip to content

Commit 235cccd

Browse files
committed
Merge branch 'frontend-send2self-darkmode' into staging-send-to-self-dropdown
2 parents b083f7d + 65fc63d commit 235cccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/web/src/components/forms/input-with-dropdown.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ input.inputField::placeholder {
113113

114114
.dropdownTrigger {
115115
align-items: center;
116-
background-color: #fff;
116+
background-color: var(--background-secondary);
117117
border: 1px solid var(--background-quaternary);
118118
border-left: hidden;
119119
display: flex;

0 commit comments

Comments
 (0)