Skip to content

Commit

Permalink
fix(theme): update image import path
Browse files Browse the repository at this point in the history
  • Loading branch information
j10ccc committed Oct 24, 2024
1 parent fbdfc95 commit fc03bc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/ThemeConfig/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@

background-image: url('@/assets/photos/background-purple.svg');
}

// 主题过渡方案
.theme.walk {
--wjh-color-primary-light: var(--wjh-color-red-500);
--wjh-color-primary: var(--wjh-color-red-600);
--wjh-color-primary-dark: var(--wjh-color-red-700);
background-image: url('~@/assets/photos/background-walk.png');
background-image: url('@/assets/photos/background-walk.png');
}

.background {
position: fixed;
display: flex;
Expand Down

0 comments on commit fc03bc1

Please sign in to comment.