refactor: removed uncessary css, files

This commit is contained in:
prafull-opensignlabs
2024-06-21 18:44:17 +05:30
parent cdff7e252d
commit 0b28e64111
25 changed files with 107 additions and 1200 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ const Tooltip = ({ id, message, url, iconColor }) =>
<button onClick={() => openInNewTab(url)} className={"text-center"}>
<sup>
<i
className="fa-light fa-question rounded-full border-[1.5px] py-[1.5px] px-[4px] text-[13px]"
className="fa-light fa-question rounded-full border-[1px] py-[1.5px] px-[4px] text-[13px]"
style={{
borderColor: iconColor ? iconColor : "#33bbff",
color: iconColor ? iconColor : "#33bbff"
@@ -23,7 +23,7 @@ const Tooltip = ({ id, message, url, iconColor }) =>
>
<sup>
<i
className="fa-light fa-question rounded-full border-[1.5px] py-[1.5px] px-[4px] text-[13px]"
className="fa-light fa-question rounded-full border-[1px] py-[1.5px] px-[4px] text-[13px]"
style={{
borderColor: iconColor ? iconColor : "#33bbff",
color: iconColor ? iconColor : "#33bbff"