ui: rounded inputs
This commit is contained in:
parent
abd609ecc8
commit
15cf103dfa
@ -89,7 +89,7 @@ body {
|
||||
|
||||
/* Input */
|
||||
.input {
|
||||
@apply appearance-none box-border border w-full py-2 px-3 text-black leading-tight dark:bg-zinc-600 dark:placeholder:text-zinc-400 dark:text-zinc-50;
|
||||
@apply appearance-none box-border rounded border w-full py-2 px-3 text-black leading-tight dark:bg-zinc-600 dark:placeholder:text-zinc-400 dark:text-zinc-50;
|
||||
}
|
||||
.input-danger {
|
||||
@apply border-red-500;
|
||||
|
@ -25,6 +25,7 @@ export const orugaConfig = {
|
||||
},
|
||||
inputitems: {
|
||||
itemClass: "inputitems-item",
|
||||
containerClass: "rounded",
|
||||
},
|
||||
autocomplete: {
|
||||
menuClass: "autocomplete-menu",
|
||||
|
Loading…
Reference in New Issue
Block a user