Skip to content

Commit 36b62c3

Browse files
committed
login title color
1 parent bd4e941 commit 36b62c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/login/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<v-layout v-else row wrap class="white" color="primary" ma-3>
66
<v-flex xs10 offset-xs1 sm8 offset-sm2 md6 offset-md3 lg4 offset-lg4 xl2 offset-xl5 class="parent text-xs-center">
77
<img class="logo" :src="require(`@/assets/images/${$store.state.logoLg}`)">
8-
<h1 class="app-title">{{ $t('login.title') }}</h1>
8+
<h1 class="app-title primary--text">{{ $t('login.title') }}</h1>
99
<template>
1010
<v-form v-model="valid" ref="form" lazy-validation v-on:submit.prevent>
1111
<v-menu bottom left v-if="$store.state.localeSelectable">

0 commit comments

Comments
 (0)