Skip to content

Commit

Permalink
Adjust button color (#8951)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Sep 12, 2024
1 parent 636ae93 commit 3feb333
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dotnet/APIView/ClientSPA/src/ng-prime-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,9 @@ p-contextmenusub {

.p-button {
padding: 0.3rem 0.5rem;
color: var(--primary-btn-color);
background: var(--link-color);
border: 1px solid var(--link-color);
}

.p-button:focus {
Expand Down

0 comments on commit 3feb333

Please sign in to comment.