CASH-1437: fix #7 for font size

This commit is contained in:
AdamCaouetteSafelite 2025-09-09 09:52:03 -04:00
parent ad5326d7cb
commit 2c1e1c25d7

View file

@ -240,4 +240,7 @@ export default {
color: $gray-600;
font-family: UrbanistRegular;
}
:deep(.caption) {
font-size: 0.875rem;
}
</style>