Skip to content

Commit

Permalink
double gradient with highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Apr 22, 2024
1 parent a3e5d77 commit 686611d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/account-kit/tailwindcss-plugins/borderGradient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ export const borderGradient = plugin(function ({ addUtilities }) {
),
border-box conic-gradient(
from var(--tw-border-gradient-angle),
var(--tw-gradient-from),
var(--tw-gradient-to),
var(--tw-gradient-from)
var(--tw-gradient-from) 0%,
var(--tw-gradient-to) 45%,
white 50%,
var(--tw-gradient-from) 50%,
var(--tw-gradient-to) 95%,
white 100%
)
`,
// background: `
Expand Down

0 comments on commit 686611d

Please sign in to comment.