Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 0661ce5

Browse files
committed
primary color for numeric input label
1 parent af785d8 commit 0661ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/default/components/core/blocks/Form/BaseInputNumber.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="base-input-number">
3-
<label class="base-input-number__label flex" :for="getInputId">{{ name }}</label>
3+
<label class="base-input-number__label cl-primary flex" :for="getInputId">{{ name }}</label>
44
<input
55
:id="getInputId"
66
type="number"

0 commit comments

Comments
 (0)