Skip to content

Commit

Permalink
fix: style migration issues
Browse files Browse the repository at this point in the history
  • Loading branch information
flaming-codes committed Jan 31, 2025
1 parent 95e4c1c commit 9e47a80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions web/app/modules/press.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const twBase = cva({
],
variants: {
gradient: {
amethyst: "from-iris-9 to-purple-11 dark:from-iris-10 dark:to-purple-7",
amethyst: "from-iris-9 to-purple-11 dark:from-iris-8 dark:to-violet-10",
opal: "from-iris-10 to-sky-10 dark:to-sky-8",
},
},
Expand Down Expand Up @@ -123,7 +123,8 @@ export function ArticlePreviewInfoCard(
<div
className={clsx(
"text-gray-dim relative -z-10 hidden overflow-hidden px-4 text-xl leading-relaxed opacity-50 sm:block",
"after:absolute after:inset-x-0 after:bottom-0 after:h-full after:bg-linear-to-t after:content-[''] dark:after:from-black",
"max-h-[280px] overflow-hidden",
"after:absolute after:inset-x-0 after:bottom-0 after:h-full after:bg-linear-to-t after:from-[#fff] after:content-[''] dark:after:from-[#000]",
)}
>
{children}
Expand Down
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"sideEffects": false,
"type": "module",
"version": "2.7.7",
"version": "2.7.8",
"scripts": {
"postinstall": "npm run licenses.build",
"postuninstall": "npm run licenses.build",
Expand Down Expand Up @@ -101,4 +101,4 @@
"engines": {
"node": ">=20.0.0"
}
}
}

0 comments on commit 9e47a80

Please sign in to comment.