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";
const UserProfileInfo = () => {
return <div>UserProfileInfo</div>;
return <div className="">UserProfil55eInfo</div>;
};
export default UserProfileInfo;

@ -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 {

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

Loading…
Cancel
Save