Open isaackearl opened 6 months ago
Hi, @isaackearl; I think it is more probable to be a Jetstream issue, as Vemto just installed it. Did you try running npm run dev to see if recompiling assets solves this problem?
Hi, @isaackearl; I think it is more probable to be a Jetstream issue, as Vemto just installed it. Did you try running npm run dev to see if recompiling assets solves this problem?
Yes I did try that. Also, those two drop downs on the top bar are definitely not added by default... Those are added by vemto, so yes it was just installed but it was also modified.
Ok, we'll check this. Maybe some recent change to jetstream causing incompatibilities with our navigation file
@isaackearl You probably have a cache with the theme set to dark, and Vemto is generating a menu with dark classes, but the Jetstream layout does not have one, resulting in an inconsistency in the themes.
@isaackearl did you set Filament as Dark? Maybe this configuration is cached and causing this issue
Maybe, the dark theme is related to the Windows theme settings. After selecting a light theme in Windows, the theme of the top menu of the web application has also changed. https://github.com/TiagoSilvaPereira/vemto2-issues/issues/133#issuecomment-2108563521
I did a standard jetstream + filament site, and when I go to it I see the following: it's like the top bar is dark mode and the rest is light. I'm on 2.0.8 and I just started a fresh project didn't do any customization.