nimiq / vue-components

Vue component library for Nimiq ecosystem apps.
https://nimiq.github.io/vue-components/
Apache License 2.0
17 stars 4 forks source link

Custom colors in CircleSpinner #113

Closed onmax closed 2 years ago

onmax commented 2 years ago

I need to change custom colors in CircleSpinner like follows: image

Problem

Colors in this CircleSpinner are hardcoded.

Solutions

  1. I could use path:first-child and path:last-child
  2. Add a class for path which require a commit in this repo

What should I do?

onmax commented 2 years ago

So as @Yukiioz told me, it is better to use path:first-child and path:last-child as selector using ::v-deep or /deep/ in your own component