diff --git a/src/lib/components/FilterChip.svelte b/src/lib/components/FilterChip.svelte index d3d9dd1..c098e76 100644 --- a/src/lib/components/FilterChip.svelte +++ b/src/lib/components/FilterChip.svelte @@ -1,16 +1,16 @@ @@ -31,20 +31,20 @@ gap: 8px; } - .selected { - background-color: var(--accent-low-opacity); - color: var(--accent-color); - } + .selected { + background-color: var(--accent-low-opacity); + color: var(--accent-color); + } img { height: 18px; } - #dropdown { - margin-right: -6px; - } + #dropdown { + margin-right: -6px; + } - #check { - margin-left: -6px; - } + #check { + margin-left: -6px; + } diff --git a/src/routes/patches/PatchItem.svelte b/src/routes/patches/PatchItem.svelte index 152ee36..944e9a9 100644 --- a/src/routes/patches/PatchItem.svelte +++ b/src/routes/patches/PatchItem.svelte @@ -23,7 +23,7 @@