Custom page color
I have created a livewire page that extends the
You can see the "blue" primary color on the login page, but the simple page I have created to accept a user invite is yellow (the default color I guess).
Is there a way I can get the blue primary color I have defined in the provider?
The component is attached
And this is the view
Do I need to define in the component which panel this should be connected to? Because what if I have multiple panels and create a custom component to each of them, how can I "inherit" the panel style?
Any help is appreciated
Thanks
SimplePage. I have copied the setup from RegisterPage and LoginPage, but my question is how can I set the primary color?You can see the "blue" primary color on the login page, but the simple page I have created to accept a user invite is yellow (the default color I guess).
Is there a way I can get the blue primary color I have defined in the provider?
The component is attached
And this is the view
Do I need to define in the component which panel this should be connected to? Because what if I have multiple panels and create a custom component to each of them, how can I "inherit" the panel style?
Any help is appreciated
Thanks


AcceptInvitation.php1.7KB