Skip to content

Commit e2d9315

Browse files
dora-jurcevicthibaultrey
authored andcommitted
fix: fixed tailwind colors and header redirect
1 parent 08a8fdf commit e2d9315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/global/header/HeaderUser.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const auth = useShopinvaderService('auth')
1616
const user = auth?.getUser()
1717
const next = () => {
1818
const localePath = useLocalePath()
19-
auth?.loginRedirect(localePath({name: 'account'}))
19+
auth?.loginRedirect(localePath({name: 'login'}))
2020
}
2121
</script>
2222
<style lang="scss">

tailwind.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262
{
6363
mytheme: {
6464
fontFamily: 'Montserrat,"sanssecondaryerif"',
65-
primary: '#13263d',
65+
primary: colors.primary.DEFAULT,
6666
secondary: '#dca11d',
6767
accent: '#def2ff',
6868
neutral: '#42536d',

0 commit comments

Comments
 (0)