You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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.
The text was updated successfully, but these errors were encountered: