Skip to content

Commit

Permalink
Merge pull request #22 from Web3Auth/update-color-scheme
Browse files Browse the repository at this point in the history
Remove custom theme, bring back web3auth color scheme
  • Loading branch information
shahbaz17 authored Feb 21, 2024
2 parents 000e84d + 6438b5f commit 4d61a24
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,6 @@ module.exports = {
)
],
darkMode: 'class',
theme: {
variables: {
DEFAULT: {
app: {
primary: {
900: '#25207E',
800: '#342EA4',
700: '#453EC9',
600: '#5850ec',
500: '#6E67F1',
400: '#847EF5',
300: '#9B96F9',
200: '#B3AFFB',
100: '#CBC8FD',
50: '#E4E2FE'
}
}
}
}
},
/** install and import this package to extend css variables without having to use a css file */
plugins: [require('@mertasan/tailwindcss-variables')]
}

0 comments on commit 4d61a24

Please sign in to comment.