ui: rounded inputs

This commit is contained in:
JonFreer 2023-08-12 22:24:39 +01:00 committed by Thomas Citharel
parent abd609ecc8
commit 15cf103dfa
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -25,6 +25,7 @@ export const orugaConfig = {
},
inputitems: {
itemClass: "inputitems-item",
containerClass: "rounded",
},
autocomplete: {
menuClass: "autocomplete-menu",