Redesign page search input area

+ redefine global search input colors
+ redesign settings page
+ move settings text to a strings module
+ add title and description to now playing settings
This commit is contained in:
geoffrey45
2022-09-27 21:28:42 +03:00
committed by Mungai Njoroge
parent 460695fd87
commit 62b9aa7a3e
23 changed files with 181 additions and 143 deletions
@@ -13,7 +13,7 @@ defineProps<{
<style lang="scss">
.switch {
height: 1.5rem;
background-color: $gray;
background-color: $gray3;
width: 2.5rem;
padding: $smaller;
position: relative;