I started working with a T3 app and couldn't get shadcn/ui styling to behave properly. The problem was that there was no background color on the buttons and badges.
I tried the base project with create-next-app and it worked properly, but the base T3 app project has the same problem.
Did anyone else have similar issues? The text color inside the button changes based on the ThemeProvider.defaultTheme, but the background remains transparent.