1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-18 20:59:37 +02:00

fix(c-input-text): set minimum height for input field (#1552)

This commit is contained in:
Corentin Thomasset 2025-04-06 23:16:09 +02:00 committed by GitHub
parent 08d977b8cd
commit a4ab7db9e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ import {
import { presetScrollbar } from 'unocss-preset-scrollbar';
export default defineConfig({
presets: [presetUno(), presetAttributify(), presetTypography(), presetScrollbar()],
presets: [presetUno(), presetAttributify({ ignoreAttributes: ['size'] }), presetTypography(), presetScrollbar()],
transformers: [transformerDirectives(), transformerVariantGroup()],
theme: {
colors: {