Skip to content

Commit

Permalink
Update HomeView.vue colors
Browse files Browse the repository at this point in the history
  • Loading branch information
shiragold authored Apr 30, 2024
1 parent 123da76 commit b056340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import { NoteIcon, MicIcon } from '@icons'
place-content: center;
align-items: start;
justify-items: center;
color: darkslateblue;
background-color: lightskyblue;
color: var(--color-secondary);
background-color: var(--color-primary);
.home-view-header {
grid-area: header;
Expand Down

0 comments on commit b056340

Please sign in to comment.