Use variable for the search results view error message background

This commit is contained in:
2026-05-22 17:35:22 +02:00
parent 6d95601399
commit 3c82baca67
@@ -67,7 +67,7 @@ searchQueryModel.value = props.searchQuery;
box-shadow: 0px 0px 42px #cdcdcdb3; box-shadow: 0px 0px 42px #cdcdcdb3;
border-radius: 28px; border-radius: 28px;
text-align: center; text-align: center;
background-color: #f7f7f7; background-color: var(--light-bg);
animation: fade-in 0.8s ease-out; animation: fade-in 0.8s ease-out;
height: var(--error-message-height); height: var(--error-message-height);
display: flex; display: flex;