forked from MapComplete/MapComplete
Make text legible
This commit is contained in:
parent
943db6b02d
commit
8234616168
2 changed files with 289 additions and 191 deletions
|
|
@ -152,7 +152,7 @@
|
|||
{#each filteredItems as item}
|
||||
<div
|
||||
class={twMerge(
|
||||
"m-1 h-fit rounded-full border-2 border-black p-4 text-center",
|
||||
"m-1 h-fit rounded-full border-2 border-black p-4 text-center text-black",
|
||||
selectedItem === item ? "interactive" : "bg-white"
|
||||
)}
|
||||
on:click={() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue