Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text color in hydration diff view is the same as background #143

Open
olhapi opened this issue Sep 8, 2024 · 3 comments
Open

Text color in hydration diff view is the same as background #143

olhapi opened this issue Sep 8, 2024 · 3 comments

Comments

@olhapi
Copy link

olhapi commented Sep 8, 2024

image

Just installed the plugin after initializing new remix app and see this.

@AlemTuzlak
Copy link
Contributor

@olhapi hmm I guess this is an issue with a clashing tailwind config, can you send me yours so I can pinpoint the root cause ?

@AlemTuzlak
Copy link
Contributor

Can you try with the latest version (4.5.1) ?

@olhapi
Copy link
Author

olhapi commented Sep 17, 2024

Just installed latest version and it looks the same. My whole config is pretty much the default, I've installed remix and started playing with it just recently.

image

So my tailwind.css looks like this:

@tailwind base;
@tailwind components;
@tailwind utilities;

tailwind config

import type { Config } from "tailwindcss";

export default {
  content: ["./app/**/{**,.client,.server}/**/*.{js,jsx,ts,tsx}"],
  theme: {
    extend: {},
  },
  plugins: [],
} satisfies Config;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants