We shouldn't be able to pass in custom styles. We should just have the loader be white on default... and then be able to pass in a isDark prop if we want it to be purple. Let's not keep styles so open to be customized on components that should be consistent.
We shouldn't be able to pass in custom styles. We should just have the loader be white on default... and then be able to pass in a
isDarkprop if we want it to be purple. Let's not keep styles so open to be customized on components that should be consistent.