UPD: Darken some backgrounds

This commit is contained in:
Robert Kossessa
2024-02-02 18:37:34 +01:00
parent 99235bff44
commit 37715b8013
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<template>
<button
class="flex-1 flex flex-col items-center rounded-xl my-1 mx-0.5 p-1 gap-2"
:class="{'text-black bg-zinc-200 hover:bg-zinc-100': selected,
:class="{'text-black bg-zinc-300 hover:bg-zinc-200': selected,
'hover:bg-zinc-800 text-muted-foreground' : !selected}"
@click="$emit('select'); $refs.title.scramble()">
<slot v-if="$slots['replace']" name="replace" />