Skip to content
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

Help to override color #65

Closed
power-cut opened this issue Dec 15, 2021 · 9 comments
Closed

Help to override color #65

power-cut opened this issue Dec 15, 2021 · 9 comments
Labels
question Further information is requested

Comments

@power-cut
Copy link

I am trying to override the css colors, so far no success.
Please provide the steps to make the changes,

Thanks

@ankurk91
Copy link
Owner

#63

@power-cut
Copy link
Author

I have tried to import the variable file in a custom scss file and then to override the css.
I'm unable to override it.

@ankurk91
Copy link
Owner

Share your code or create a codesandbox

@power-cut
Copy link
Author

//custom.scss file
@import "~vue-toast-notification/src/themes/default/_variables.scss";

$toast-colors: (
    success: #333745,
);

@ankurk91
Copy link
Owner

Please learn scss first.

You need to define the variable first and then consume it.

@power-cut
Copy link
Author

Thanks, but it will be much better to help the fellow developers with clear steps and then close the ticket.

@ankurk91
Copy link
Owner

There are tons of resource on Internet to learn scss.

@ankurk91 ankurk91 added the question Further information is requested label Dec 23, 2021
@kimkyeseung
Copy link

hi is it same to version 0.6??? I'm using vue 2 now

plz answer me

@ankurk91
Copy link
Owner

Yup same

Repository owner locked and limited conversation to collaborators Feb 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants