diff --git a/package.json b/package.json index 9c16e8c..1998317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@airdao/ui-library", - "version": "1.4.13", + "version": "1.4.14", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types.d.ts", @@ -19,6 +19,7 @@ "@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/parser": "^7.3.1", "eslint": "^8.57.0", + "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/src/components/Header/Header.module.css b/src/components/Header/Header.module.css index b478fb6..69cc50b 100644 --- a/src/components/Header/Header.module.css +++ b/src/components/Header/Header.module.css @@ -162,7 +162,7 @@ .balance span { color: #46464d; text-align: center; - font-family: var(--font-inter); + font-family: Inter, sans-serif; font-size: 16px; font-style: normal; font-weight: 500; @@ -216,7 +216,7 @@ .address-info__copied { display: block; color: var(--neutral-300, #a1a6b2); - font-family: var(--font-inter); + font-family: Inter, sans-serif; font-size: 14px; font-style: normal; font-weight: 700; @@ -450,7 +450,7 @@ .address-info__disconnect { display: flex; color: #ff6767; - font-family: var(--font-inter); + font-family: Inter, sans-serif; font-size: 16px; font-style: normal; font-weight: 500;