Help to override color
pravinfullstack opened this issue · 9 comments
pravinfullstack commented
I am trying to override the css colors, so far no success.
Please provide the steps to make the changes,
Thanks
pravinfullstack commented
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 commented
Share your code or create a codesandbox
pravinfullstack commented
//custom.scss file
@import "~vue-toast-notification/src/themes/default/_variables.scss";
$toast-colors: (
success: #333745,
);
ankurk91 commented
Please learn scss first.
You need to define the variable first and then consume it.
pravinfullstack commented
Thanks, but it will be much better to help the fellow developers with clear steps and then close the ticket.
ankurk91 commented
There are tons of resource on Internet to learn scss.
kimkyeseung commented
hi is it same to version 0.6??? I'm using vue 2 now
plz answer me
ankurk91 commented
Yup same