diff --git a/.prettierrc b/.prettierrc index 117bdf8132c..57065c61329 100644 --- a/.prettierrc +++ b/.prettierrc @@ -4,5 +4,6 @@ "arrowParens": "avoid", "printWidth": 120, "plugins": ["prettier-plugin-tailwindcss"], - "tailwindFunctions": ["clsx", "cn", "cva"] + "tailwindFunctions": ["clsx", "cn", "cva"], + "tailwindStylesheet": "./public/static/styles/app.css" } diff --git a/components/AccountHoverCard.tsx b/components/AccountHoverCard.tsx index 606dd5f4db6..94f7a04bfaf 100644 --- a/components/AccountHoverCard.tsx +++ b/components/AccountHoverCard.tsx @@ -259,7 +259,7 @@ type InfoItemProps = { const InfoItem = ({ Icon, info }: InfoItemProps) => (