Skip to content

Commit cdd26a3

Browse files
committed
fix: use vuetify custom properties
1 parent 9790473 commit cdd26a3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

layouts/error.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default class Error extends Vue {
7272
max-width: 700px;
7373
h1 {
7474
font-size: 100px;
75-
color: var(--theme-color-primary);
75+
color: var(--v-primary-base);
7676
line-height: 80px;
7777
}
7878
h2 {

vuetify.options.js

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import colors from 'vuetify/es5/util/colors'
33
export default {
44
theme: {
55
dark: false,
6+
options: {
7+
customProperties: true,
8+
},
69
themes: {
710
light: {
811
primary: '#DD1860',

0 commit comments

Comments
 (0)