From 517e099e6371bdf083add9d57b88afd4b4479f01 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 24 Apr 2022 13:01:24 +0430 Subject: [PATCH] update src/components/UserProfileInfo/index.js, src/index.scss and tailwind.config.js --- src/components/UserProfileInfo/index.js | 2 +- src/index.scss | 2 +- tailwind.config.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/UserProfileInfo/index.js b/src/components/UserProfileInfo/index.js index 35121d7..a1ca932 100644 --- a/src/components/UserProfileInfo/index.js +++ b/src/components/UserProfileInfo/index.js @@ -1,7 +1,7 @@ import React from "react"; const UserProfileInfo = () => { - return
UserProfileInfo
; + return
UserProfil55eInfo
; }; export default UserProfileInfo; diff --git a/src/index.scss b/src/index.scss index e3004a8..2f1d694 100644 --- a/src/index.scss +++ b/src/index.scss @@ -6,7 +6,7 @@ @font-face { font-family: "iransans-medium"; - src: url(./assets/fonts/iransans/ttf/IRANSansWeb_Medium.ttf); + src: url(./assets/fonts/IRANSansXFaNum-Regular.woff); } body { diff --git a/tailwind.config.js b/tailwind.config.js index 976b37b..05411aa 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,6 +7,7 @@ module.exports = { ], theme: { extend: {}, + textColor: (theme) => ({ ...theme("colors"), // used in ProductDesign Component