Skip to content

Commit

Permalink
update color text
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Oct 21, 2024
1 parent 982e9de commit 27f0298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

.button-display-example {
background-color: var(--primary);
color: var(--color-text);
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 5px;
Expand Down

0 comments on commit 27f0298

Please sign in to comment.