-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the default color for controls #288
Comments
Hi, which variables did you set ? |
JB,
How are you? I wonder if it caused by a build error when i do:
npm install?
$primary: (
color: $material-color-blue-grey-500,
dark: $material-color-blue-grey-700,
light: $material-color-blue-grey-100,
) !default;
Thank you,
Everardo
|
Hi, material uses secondary color for Controls (https://github.com/Daemonite/material/blob/master/assets/scss/variables/_variable-material.scss) $selection-control-color-active: theme-color(secondary) !default; You can find my active fork here: https://github.com/djibe/material |
Thanks! It is a beautiful implementation of Material Design. Thanks for
sharing.
:)
…On Mon, Nov 28, 2022 at 6:53 AM JB ***@***.***> wrote:
Hi, material uses secondary color for Controls (
https://github.com/Daemonite/material/blob/master/assets/scss/variables/_variable-material.scss
)
$selection-control-color-active: theme-color(secondary) !default;
—
Reply to this email directly, view it on GitHub
<#288 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMBWNF2J4WAL6KXFTXKJEDWKSMMBANCNFSM6AAAAAASLOZRRM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Greetings,
I tried to change the primary colour for the theme and i can see it on the generated css but all the controls, buttons, tabs, date picker, etc, still show as pink.
Thanks,
Huambo
The text was updated successfully, but these errors were encountered: