Choice component label consistency: bold vs not-bold

When in the “new item” screen, the label of the choice component is bold in the segmented view and not bold in the list view.

In the screenshot I took, component labels are usually not bold.

Would it be possible to change this to have consistency?

(if this was done on purpose, then please ignore this request, I am no designer.)

@Antonio

1 Like

Ditto. I have to add this CSS to my forms to get a consistent look:

<span><style>
<span><style>
.fNzMni,.evkLGU,.faakOT,.fUCdml, .gOJOzN, .huzAF {
font-weight:500;
font-size:16px;
color:black;
}
</style></span>

No CSS vs. CSS:

2 Likes

That looks infinitely better.

1 Like