Skip to content

Commit

Permalink
Merge branch 'main' into feat/removable-dropdown-chains
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Jun 30, 2024
2 parents 7dce774 + 52c46ab commit 20e4438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const IntegerInput = ({
!inputError &&
!disableMultiplyBy1e18 && (
<div
className="space-x-4 flex tooltip tooltip-top tooltip-secondary before:content-[attr(data-tip)] before:right-[-10px] before:left-auto before:transform-none"
className="space-x-4 flex tooltip tooltip-top before:shadow-lg before:content-[attr(data-tip)] before:right-[-10px] before:left-auto before:transform-none"
data-tip="Multiply by 10^18 (wei)"
>
<button
Expand Down
3 changes: 2 additions & 1 deletion packages/nextjs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ module.exports = {

".tooltip": {
"--tooltip-tail": "6px",
"--tooltip-color": "hsl(var(--p))",
"--tooltip-color": "oklch(var(--s))",
"--tooltip-text-color": "oklch(var(--sc))",
},
".link": {
textUnderlineOffset: "2px",
Expand Down

0 comments on commit 20e4438

Please sign in to comment.