Derek Lin
Derek Lin
I see your point, but what we're trying to achieve is to have a min font-size on the Fitty text, and when the font-size can't get any smaller (say 8px),...
One workaround is to add custom CSS to override ._loading_overlay_content ``` ._loading_overlay_content { display: flex; align-items: center; flex-direction: column; justify-content: center; } ```
Hi @pawellysy From the example you provided, all the labels are placed within the bar using `inside: true`, but what we want is all the labels should be placed next...
I see it now, apologize for not recognizing the first bar in my example is already using "contrast" color. But dose this contrast color only consider the color of the...
+1 Supporting object syntax seems reasonable when people use styled-system along with styled-component.
That would be an awesome addition!