feat: views added to cycles, fix: overflowing issues

This commit is contained in:
Aaryan Khandelwal 2022-12-13 21:22:44 +05:30
commit 9c18f6fc71
94 changed files with 5316 additions and 2277 deletions

View file

@ -4,7 +4,7 @@ module.exports = {
theme: {
extend: {
colors: {
theme: "#4338ca",
theme: "#3f76ff",
primary: "#f9fafb", // gray-50
secondary: "white",
},