Skip to content

Commit

Permalink
fix: tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Dec 11, 2024
1 parent cad01c7 commit 66b4c59
Showing 1 changed file with 21 additions and 25 deletions.
46 changes: 21 additions & 25 deletions demo/redirect-flow-example/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,6 @@ export default {
],
theme: {
extend: {
transitionProperty: {
height: "height",
spacing: "margin, padding",
},
transformOrigin: {
top: "top",
},
scale: {
"0": "0",
"100": "1",
},
opacity: {
"0": "0",
"100": "1",
},
fontSize: {
"2xs": "0.7rem",
},
fontFamily: {
primary: ["Inter", ...defaultTheme.fontFamily.sans],
},
backgroundImage: {
balanceCard: "url('/https://assets.web3pay.io/images/background.svg')",
walletConnectCard: "url('/images/wallet-connect-background.png')",
},
colors: {
transparent: colors.transparent,
app: {
Expand Down Expand Up @@ -101,6 +76,27 @@ export default {
blueBorder: "var(--app-blueBorder)",
},
},
transitionProperty: {
height: "height",
spacing: "margin, padding",
},
transformOrigin: {
top: "top",
},
scale: {
"0": "0",
"100": "1",
},
opacity: {
"0": "0",
"100": "1",
},
fontSize: {
"2xs": "0.7rem",
},
fontFamily: {
primary: ["Inter", ...defaultTheme.fontFamily.sans],
},
keyframes: {
fadeIn: {
"0%": { opacity: "0" },
Expand Down

0 comments on commit 66b4c59

Please sign in to comment.