arifszn / reactive-button

3D animated react button component with progress bar.

Home Page:https://arifszn.github.io/reactive-button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use custom colors?

shamoons opened this issue · comments

How can I use custom colors?

Add this to any of your css file.

.reactive-btn-wrapper, .reactive-btn {
    --reactive-button-primary-color: rgba(88, 103, 221, 1) !important;
    --reactive-progress-outline-primary-color: rgba(88, 103, 221, .3) !important;
}

For details, see Theming.