Skip to content

Commit

Permalink
fix: flicker input (#218)
Browse files Browse the repository at this point in the history
* fix: flicker input

* chore: remove comment
  • Loading branch information
paanSinghCoder authored Jan 9, 2025
1 parent ff486fd commit 4d53fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/www/examples/shield-ts/assets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@ const AssetsHeader = () => {
}}
/>
</div> */}
{/* <InputField
<InputField
label="Label"
helperText="Helper Text"
placeholder="Place holder"
prefix="USD"
/> */}
/>
{/* <Badge size="small" variant="gradient" icon={<HomeIcon />}>
Custom Badge
</Badge> */}
Expand Down
1 change: 0 additions & 1 deletion packages/raystack/v1/styles/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ body, p, div, span {
/* CSS for the type cursor */
input, textarea {
caret-color: var(--rs-color-border-accent-emphasis);
animation: dissolve-hide 100ms ease-out 500ms infinite;
}

@keyframes dissolve-hide {
Expand Down

0 comments on commit 4d53fcf

Please sign in to comment.