Skip to content

Commit

Permalink
fix: CSS Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Nov 30, 2023
1 parent fdad821 commit ed347ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Clipboard.res
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module Copy = {
}}>
<div onClick={onCopyClick}>
<ToolTip
tooltipWidthClass="w-[60px]"
tooltipWidthClass="w-fit"
bgColor={tooltipText == "copy" ? "" : "bg-green-950 text-white"}
arrowBgClass={tooltipText == "copy" ? "" : "#36AF47"}
description=tooltipText
Expand Down

0 comments on commit ed347ba

Please sign in to comment.