Skip to content

Commit 72e820f

Browse files
committed
chore(prefix): prefix class in neo-validation
1 parent f8307a1 commit 72e820f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/inputs/NeoValidation.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<svelte:element this={tag} class:neo-validation-group-wrapper={true} out:outFn={outProps} in:inFn={inProps} {...rest}>
4646
{@render children?.(innerContext)}
47-
<div class="neo-validation-message" class:rounded={context?.rounded}>
47+
<div class="neo-validation-message" class:neo-rounded={context?.rounded}>
4848
{#if error}
4949
<svelte:element
5050
this={messageTag}
@@ -103,7 +103,7 @@
103103
padding: 0 0.75rem;
104104
}
105105
106-
&.rounded {
106+
&.neo-rounded {
107107
margin: 0.25rem var(--neo-shadow-margin-lg, 1.125rem) var(--neo-shadow-margin-lg, 1.125rem);
108108
109109
.neo-validation-error,

0 commit comments

Comments
 (0)