update 7 files

master
mahdi 2 years ago
parent 8c523b1d3c
commit 961f1c14f1
  1. 2
      src/App.js
  2. 6
      tailwind.config.js

@ -146,7 +146,7 @@ function App() {
{/* <TimeLineComponent /> */}
{/* <CardTrelloDesign /> */}
{/* <ReligiousTimes /> */}
{/* <DistributedData /> */}
<DistributedData />
{/* <CardDesign1 /> */}
{/* <CardDesign2 /> */}
{/* <CardDesign3 /> */}

@ -6,7 +6,11 @@ module.exports = {
"./node_modules/tw-elements/dist/js/**/*.js",
],
theme: {
extend: {},
extend: {
fontFamily: {
iransansBold: ["iransansBold"],
},
},
textColor: (theme) => ({
...theme("colors"),

Loading…
Cancel
Save