Added cyber theme
Because we all liked the theme from this pr https://github.com/lnbits/lnbits/pulls?page=2&q=is%3Apr+is%3Aopen
This commit is contained in:
@@ -138,7 +138,17 @@
|
||||
icon="format_color_fill"
|
||||
color="pink-13"
|
||||
size="md"
|
||||
><q-tooltip>Freedom</q-tooltip>
|
||||
><q-tooltip>freedom</q-tooltip>
|
||||
</q-btn>
|
||||
<q-btn
|
||||
v-if="g.allowedThemes.includes('cyber')"
|
||||
dense
|
||||
flat
|
||||
@click="changeColor('cyber')"
|
||||
icon="format_color_fill"
|
||||
color="light-green-7"
|
||||
size="md"
|
||||
><q-tooltip>cyber</q-tooltip>
|
||||
</q-btn>
|
||||
<q-btn
|
||||
v-if="g.allowedThemes.includes('flamingo')"
|
||||
|
||||
Reference in New Issue
Block a user