Skip to content

Commit fef84b3

Browse files
renovate[bot]danez
andauthored
chore(deps): update dependency prettier-plugin-tailwindcss to v0.7.0 (#1039)
* chore(deps): update dependency prettier-plugin-tailwindcss to v0.7.0 * Fix lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Tschinder <231804+danez@users.noreply.github.com>
1 parent 20b0187 commit fef84b3

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"globals": "16.4.0",
3232
"nx": "21.6.5",
3333
"prettier": "3.6.2",
34-
"prettier-plugin-tailwindcss": "0.6.14",
34+
"prettier-plugin-tailwindcss": "0.7.0",
3535
"rimraf": "6.0.1",
3636
"tempy": "3.1.0",
3737
"typescript": "5.9.3",

packages/website/src/components/Select.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ export function Select({
3636
cn(
3737
'h-7 rounded-md px-2 text-xs font-medium transition-colors',
3838
open
39-
? 'dark:bg-primary-100/10 bg-gray-200 text-gray-900 dark:text-gray-50'
39+
? 'bg-gray-200 text-gray-900 dark:bg-primary-100/10 dark:text-gray-50'
4040
: hover
41-
? 'dark:bg-primary-100/5 bg-gray-100 text-gray-900 dark:text-gray-50'
41+
? 'bg-gray-100 text-gray-900 dark:bg-primary-100/5 dark:text-gray-50'
4242
: 'text-gray-600 dark:text-gray-400',
4343
focus && 'nextra-focusable',
4444
className,

packages/website/src/components/users/User.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function User({ user }: Props) {
1818
href={user.url}
1919
rel="noopener noreferrer"
2020
target="_blank"
21-
className="relative my-3.5 block h-32 rounded-md bg-white px-2.5 hover:scale-105 hover:shadow-md md:hover:scale-110 dark:bg-gray-50/10"
21+
className="relative my-3.5 block h-32 rounded-md bg-white px-2.5 hover:scale-105 hover:shadow-md dark:bg-gray-50/10 md:hover:scale-110"
2222
>
2323
<Image
2424
src={logo}

pnpm-lock.yaml

Lines changed: 7 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)