Missing configurable colours in :root, ring & focus stay default Nova colour. #4208
Replies: 2 comments
-
|
Is there currently any work around for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You can override styles by including your styles in An example of how to include the entire tailwind color palette: https://github.com/abordage/tailwind-colors |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Not all primary colours that are defined in the vendor stylesheets are customisable. Which results in that the border of inputs etc stay blue instead of the configured colour.
TL;DR Colours stay default instead of configured colours. Solution for missing colours proposed, ring utility colour is still the default.
In the tailwind config are multiple values defined;
But the app.js only writes
Solution:
In resources/app.js in function applyTheme() on Line 439 replace
with
Detailed steps to reproduce the issue on a fresh Nova installation:
Add these colors to the nova config, and you will see that the form focus etc stays the same blue color instead of red.
Beta Was this translation helpful? Give feedback.
All reactions