Skip to content

Commit

Permalink
remove tailwind from modal pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
BboyStatix committed Feb 8, 2024
1 parent 729a10f commit fb2c2b9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 59 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"css-loader": "^6.10.0",
"postcss-prefix-selector": "^1.16.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
"url-loader": "^4.1.1"
},
"engines": {
Expand Down
7 changes: 0 additions & 7 deletions packages/modal/postcss.config.js

This file was deleted.

48 changes: 0 additions & 48 deletions packages/modal/tailwind.config.js

This file was deleted.

4 changes: 2 additions & 2 deletions packages/ui/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ function Header(props: HeaderProps) {
<Icon iconName={`information-circle${isDark ? "-light" : ""}`} />
<div className="absolute top-4 z-20 flex-col items-center hidden mb-5 group-hover:flex">
<div className="w-3 h-3 ml-[3px] -mb-2 rotate-45 bg-app-gray-50 dark:bg-app-gray-600" />
<div className="relative -ml-[100px] p-4 w-[300px] text-xs leading-none text-white rounded-md bg-app-gray-50 dark:bg-app-gray-600 shadow-lg">
<div className="text-xs font-medium mb-1 text-app-gray-900 dark:text-white">{t("modal.header-tooltip-title")}</div>
<div className="relative -ml-[100px] p-4 w-[300px] text-xs leading-none text-app-white rounded-md bg-app-gray-50 dark:bg-app-gray-600 shadow-lg">
<div className="text-xs font-medium mb-1 text-app-gray-900 dark:text-app-white">{t("modal.header-tooltip-title")}</div>
<div className="text-xs text-app-gray-400">{t("modal.header-tooltip-desc")}</div>
</div>
</div>
Expand Down

0 comments on commit fb2c2b9

Please sign in to comment.