Skip to content

Commit

Permalink
change btn color on add modal
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioDevCode committed Jan 5, 2024
1 parent 9f46e83 commit 93fc56b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/assets/css/ModalDark.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
}

#modal-link.dark form button.add, #modal-tab.dark form button.add {
background-color: #00796B;
/* background-color: #00796B; */
background-color: #1976D2;
color: whitesmoke;
}

Expand Down
3 changes: 2 additions & 1 deletion src/assets/css/ModalLight.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
}

#modal-link.light form button.add, #modal-tab.light form button.add {
background-color: #00796B;
/* background-color: #00796B; */
background-color: #0D47A1;
color: whitesmoke;
}

Expand Down

0 comments on commit 93fc56b

Please sign in to comment.