Skip to content

Commit

Permalink
fix: transition added (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-vayani authored Nov 17, 2024
1 parent ebcc0aa commit 598bafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unocss.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
rules: [
[
'btn-transition',
{ transition: 'color 180ms, border-color 150ms, background-color 150ms, box-shadow 50ms, transform 50ms' },
{ transition: 'color 180ms ease-in, border-color 150ms ease-in, background-color 150ms ease-in, box-shadow 200ms ease-in, transform 50ms ease-in' }
],
[
'ring-offset-0',
Expand Down

0 comments on commit 598bafe

Please sign in to comment.