Skip to content

Commit

Permalink
feat(sakai): Align with latest Sakai Nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed May 20, 2023
1 parent 98c6e80 commit ee96b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sass/layout/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
a {
outline: none !important;
box-shadow: none !important;
color: var(--primary-color);
}

button {
Expand Down
2 changes: 1 addition & 1 deletion stores/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const useThemeStore = defineStore('theme', {
state: () => ({
themeName: 'vela',
themeColor: 'blue',
link: 'https://cdn.jsdelivr.net/npm/primevue@3.15.0/resources/themes/vela-blue/theme.css'
link: 'https://cdn.jsdelivr.net/npm/primevue@latest/resources/themes/vela-blue/theme.css'
}),
// optional getters
getters: {
Expand Down

0 comments on commit ee96b87

Please sign in to comment.