Skip to content

Commit

Permalink
fix: css for info card text size
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterMoar committed Oct 10, 2023
1 parent 666c6df commit 6b4cde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/components/base/BaseInfoCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
color: #38598a;
margin-right: 0.5em;
}
.v-card__text:not(.under-title) {
.v-card-text:not(.under-title) {
color: #494949 !important;
font-size: 16px;
padding: 0;
Expand Down

0 comments on commit 6b4cde7

Please sign in to comment.