update src/components/UserProfileInfo/index.js, src/index.scss and tailwind.config.js

master
Your Name 2 years ago
parent 3bb36d4199
commit 517e099e63
  1. 2
      src/components/UserProfileInfo/index.js
  2. 2
      src/index.scss
  3. 1
      tailwind.config.js

@ -1,7 +1,7 @@
import React from "react"; import React from "react";
const UserProfileInfo = () => { const UserProfileInfo = () => {
return <div>UserProfileInfo</div>; return <div className="">UserProfil55eInfo</div>;
}; };
export default UserProfileInfo; export default UserProfileInfo;

@ -6,7 +6,7 @@
@font-face { @font-face {
font-family: "iransans-medium"; font-family: "iransans-medium";
src: url(./assets/fonts/iransans/ttf/IRANSansWeb_Medium.ttf); src: url(./assets/fonts/IRANSansXFaNum-Regular.woff);
} }
body { body {

@ -7,6 +7,7 @@ module.exports = {
], ],
theme: { theme: {
extend: {}, extend: {},
textColor: (theme) => ({ textColor: (theme) => ({
...theme("colors"), ...theme("colors"),
// used in ProductDesign Component // used in ProductDesign Component

Loading…
Cancel
Save