Skip to content

Commit

Permalink
Merge pull request #414 from gobitfly/BIDS-3117/ChangeRenameButtonColor
Browse files Browse the repository at this point in the history
Change colors for rename dashboard button
  • Loading branch information
D13ce authored Jun 10, 2024
2 parents e9c7d0a + 5561847 commit ea7cc97
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 ea7cc97

Please sign in to comment.