diff --git a/apps/www/examples/shield-ts/assets.tsx b/apps/www/examples/shield-ts/assets.tsx index e730444a8..0eb653102 100644 --- a/apps/www/examples/shield-ts/assets.tsx +++ b/apps/www/examples/shield-ts/assets.tsx @@ -219,12 +219,12 @@ const AssetsHeader = () => { }} /> */} - {/* */} + /> {/* }> Custom Badge */} diff --git a/packages/raystack/v1/styles/typography.css b/packages/raystack/v1/styles/typography.css index 71ce27c3c..1f549c273 100644 --- a/packages/raystack/v1/styles/typography.css +++ b/packages/raystack/v1/styles/typography.css @@ -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 {