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 */
.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 { .input-danger {
@apply border-red-500; @apply border-red-500;

View file

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