Skip to content

Commit

Permalink
Update rt-ai-html.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ledangtrung committed Dec 5, 2024
1 parent 9ddd984 commit c4e7db9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/rt-ai-html.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@
}

.btn-add-contact {
background-color: var(--secondary-color);
background-color: var(--primary-color);
}

.btn-copy-contact {
background-color: var(--primary-color);
background-color: var(--secondary-color);
}

.btn-share-contact {
background-color: var(--accent-color);
}

.btn-download-contact {
background-color: #FF9800;
background-color: var(--primary-color);
}

@media screen and (max-width: 600px) {
Expand Down

0 comments on commit c4e7db9

Please sign in to comment.