Frontend: Fix add to album dialog
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
0353c18f83
commit
a28122ee02
2 changed files with 3 additions and 3 deletions
|
@ -27,8 +27,8 @@
|
|||
</v-autocomplete>
|
||||
</v-flex>
|
||||
<v-flex xs12 text-xs-right class="pt-3">
|
||||
<v-btn @click.stop="cancel" depressed color="secondary-light" class=action-cancel">
|
||||
<translate key="Cancel">Cancel</translate>
|
||||
<v-btn @click.stop="cancel" depressed color="secondary-light" class="action-cancel">
|
||||
<translate>Cancel</translate>
|
||||
</v-btn>
|
||||
<v-btn color="secondary-dark" depressed dark @click.stop="confirm"
|
||||
class="action-confirm">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"application": "#fafafa",
|
||||
"form": "#fafafa",
|
||||
"primary": "#c7ceea",
|
||||
"secondary-dark": "#424242",
|
||||
"secondary-dark": "#6a6a60",
|
||||
"secondary": "#e0e0e0",
|
||||
"secondary-light": "#eeeeee",
|
||||
"accent": "#9e9e9e",
|
||||
|
|
Loading…
Reference in a new issue