fix and unify color-picker font-size (#3889)

This commit is contained in:
taimar
2025-12-15 20:59:14 +07:00
committed by GitHub
parent 0b8f99326c
commit 3edcd9e0c3

View File

@@ -70,7 +70,7 @@ const value = computed({
color: var(--vp-c-text-2); color: var(--vp-c-text-2);
padding: 3px 8px 3px 3px; padding: 3px 8px 3px 3px;
height: auto; height: auto;
font-size: 14px; font-size: 13px;
text-align: left; text-align: left;
border: 1px solid transparent; border: 1px solid transparent;
cursor: text; cursor: text;
@@ -90,7 +90,7 @@ const value = computed({
border: none; border: none;
background: transparent; background: transparent;
color: var(--vp-c-text-1); color: var(--vp-c-text-1);
font-size: 14px; font-size: 13px;
text-align: left; text-align: left;
border-radius: 8px; border-radius: 8px;
cursor: text; cursor: text;