Add searchbar component

This commit is contained in:
2024-03-15 16:59:29 -04:00
parent 464596cd11
commit 39bc660478
4 changed files with 261 additions and 0 deletions

View File

@ -7,6 +7,7 @@ $play-bar-background-color: #212121;
$play-grad-start: #0a0533;
$play-grad-end: $accent-color;
$queue-background-color: $play-bar-background-color;
$search-background-color: $play-bar-background-color;
$auth-inputs: #796dd4;
$auth-containers: white;