Skip to content

Commit

Permalink
Change colors for rename dashboard button
Browse files Browse the repository at this point in the history
  • Loading branch information
D13ce committed Jun 10, 2024
1 parent e9c7d0a commit 5561847
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/components/dashboard/DashboardHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ const editDashboard = () => {
}
.edit_button {
border-color: var(--container-border-color);
background-color: var(--container-background);
color: var(--container-color);
flex-shrink: 0;
}
Expand Down

0 comments on commit 5561847

Please sign in to comment.