We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8307a1 commit 72e820fCopy full SHA for 72e820f
src/lib/inputs/NeoValidation.svelte
@@ -44,7 +44,7 @@
44
45
<svelte:element this={tag} class:neo-validation-group-wrapper={true} out:outFn={outProps} in:inFn={inProps} {...rest}>
46
{@render children?.(innerContext)}
47
- <div class="neo-validation-message" class:rounded={context?.rounded}>
+ <div class="neo-validation-message" class:neo-rounded={context?.rounded}>
48
{#if error}
49
<svelte:element
50
this={messageTag}
@@ -103,7 +103,7 @@
103
padding: 0 0.75rem;
104
}
105
106
- &.rounded {
+ &.neo-rounded {
107
margin: 0.25rem var(--neo-shadow-margin-lg, 1.125rem) var(--neo-shadow-margin-lg, 1.125rem);
108
109
.neo-validation-error,
0 commit comments