Frontend: Remove rounded corners from colors #153

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2019-12-29 15:40:40 +01:00
parent 843ac27e4a
commit f24a1b0e66

View file

@ -17,7 +17,7 @@
<v-hover>
<v-card :to="{name: 'photos', query: { color: color.name }}" :dark="useDark(color)"
:color="color.example" slot-scope="{ hover }" :flat="!hover"
class="p-clickable py-1 p-rounded">
class="p-clickable py-1">
<v-card-text class="px-0 py-5 body-2">{{ color.label }}</v-card-text>
</v-card>
</v-hover>