-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slider update #4614
base: main
Are you sure you want to change the base?
Slider update #4614
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
1eee83a
to
a2508f9
Compare
7d43212
to
996711c
Compare
</div> | ||
{/* Max label */} | ||
{!markers && ( | ||
<Text as="label" className={withBaseName("maxLabel")}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Text as="label" className={withBaseName("maxLabel")}> | |
<Text styleAs="label" className={withBaseName("maxLabel")}> |
Worth checking with @jake-costa but right now markers are <label>
elements.
} as React.CSSProperties | ||
} | ||
key={marker.value} | ||
as="label" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as="label" | |
styleAs="label" |
996711c
to
1a111ce
Compare
No description provided.