Skip to content

Commit 75de0f5

Browse files
committed
fix(draw): replace kern-variable with existing one
1 parent 803a266 commit 75de0f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PolarIconButtonSelect.ce.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ defineProps<{
4646
4747
.polar-icon-button-label-active {
4848
color: var(--kern-color-action-on-default);
49-
font-weight: var(--kern-font-weight-bold);
49+
font-weight: var(--kern-typography-font-weight-semi-bold);
5050
}
5151
5252
.polar-select {

0 commit comments

Comments
 (0)