File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ defineExpose({
3535 v-bind =" props.noCorrect ? noCorrect : undefined"
3636 @focus =" emit('focus', $event)"
3737 @blur =" emit('blur', $event)"
38- class =" appearance-none bg-bg-subtle border border-border font-mono text-fg placeholder:text-fg-subtle transition-[border-color,outline-color] duration-300 hover:border-fg-subtle outline-2 outline-transparent outline-offset-2 focus:border-accent focus-visible:outline-accent/70 disabled:(opacity-80 cursor-not-allowed)"
38+ class =" appearance-none bg-bg-subtle border border-border font-mono text-fg placeholder:text-fg-subtle transition-[border-color,outline-color] duration-300 hover:border-fg-subtle outline-2 outline-transparent outline-offset-2 focus:border-accent focus-visible:outline-accent/70 disabled:(opacity-50 cursor-not-allowed)"
3939 :class =" {
4040 'text-xs leading-[1.2] px-2 py-2 rounded-md': size === 'small',
4141 'text-sm leading-none px-3 py-2.5 rounded-lg': size === 'medium',
You can’t perform that action at this time.
0 commit comments