Skip to content

Commit

Permalink
Update launch button colour
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Sep 4, 2024
1 parent f86a67e commit 97abcbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/app/shared/modules/model-card/modelcard.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
}

.btn-model-light {
border-color: #282572;
color: #282572;
border-color: #598f39;
color: #598f39;
}

.btn-model-light:hover {
background-color: #282572;
background-color: #598f39;
color: rgb(242, 242, 241);
}
}

0 comments on commit 97abcbf

Please sign in to comment.