diff --git a/src/routes/watchlist/options/+page.svelte b/src/routes/watchlist/options/+page.svelte index 12eed410..8281cfc4 100644 --- a/src/routes/watchlist/options/+page.svelte +++ b/src/routes/watchlist/options/+page.svelte @@ -230,9 +230,9 @@ class="w-full rounded-md overflow-hidden overflow-x-scroll no-scrollbar" >
| {#each optionsWatchlist as item, index} - | |
| @@ -300,8 +300,8 @@ | handleFilter(item?.id)}
class="{index % 2
- ? 'bg-default'
- : 'bg-secondary'} font-normal text-sm sm:text-[1rem] text-start"
+ ? 'bg-table'
+ : 'bg-odd'} font-normal text-sm sm:text-[1rem] text-start"
>
|
|---|