less bold for display (#10171)

* less bold for display

* Update app/src/displays/formatted-value/formatted-value.vue

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
Ben Haynes
2021-11-30 14:30:24 -05:00
committed by GitHub
parent b1b1cd727b
commit 80ae60aa5d

View File

@@ -75,7 +75,8 @@ export default defineComponent({
text-overflow: ellipsis;
&.bold {
font-weight: 700;
color: var(--foreground-normal-alt);
font-weight: 600;
}
&.subdued {