JohnCoene/waiter

Color customization of `spin_1()` and other spinners

GitHunter0 opened this issue · 3 comments

Hi folks,

First, thank you for this incredibly useful package.

Is there a way to change the color of spin_1()?

I'm very sorry this issue escaped me.

.spinner--1 {
  color: red;
}

This should work, the HTML is here:

spin_1 <- function(){

No problem @JohnCoene , thank you for the feedback!

I tried this in my .css but the spin_1() is still in the default white color, I don't know why...

.spinner--1 {
  color: red !important;
}

Sorry, it's the border

.spinner--1 {
  border-top: 2px solid red;
}