Use blue table theme
parent
85fe7cd398
commit
b3df1b4055
|
@ -13,7 +13,7 @@
|
|||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title>PrimeVUE</title>
|
||||
<link id="theme-link" rel="stylesheet" href="<%= BASE_URL %>themes/lara-light-blue/theme.css">
|
||||
<link id="home-table-link" rel="stylesheet" href="<%= BASE_URL %>styles/landing/themes/lara-light-indigo/theme.css">
|
||||
<link id="home-table-link" rel="stylesheet" href="<%= BASE_URL %>styles/landing/themes/lara-light-blue/theme.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -37,7 +37,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
tableTheme: 'lara-light-indigo'
|
||||
tableTheme: 'lara-light-blue'
|
||||
}
|
||||
},
|
||||
themeChangeListener: null,
|
||||
|
@ -50,7 +50,7 @@ export default {
|
|||
document.cookie = 'primeaffiliateid=' + afId + ';expires=' + expire.toUTCString() + ';path=/; domain:primefaces.org';
|
||||
}
|
||||
|
||||
this.replaceTableTheme(this.$appState.darkTheme ? 'lara-dark-indigo': 'lara-light-indigo');
|
||||
this.replaceTableTheme(this.$appState.darkTheme ? 'lara-dark-blue': 'lara-light-blue');
|
||||
},
|
||||
methods: {
|
||||
onThemeToggle() {
|
||||
|
|
Loading…
Reference in New Issue