This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Blue - v0.0.37
Card: Link variant has a background-color
This update ensures that went the Card component becomes a wrapper for Link, that it has a background-color.
Previously, the CSS for Link was reseting the background-color to transparent.
LoadingDots: Add alignment styles
This update adds an align
prop to the LoadingDots component, allowing it to align to the left
, center
, and right
.
InfiniteScroller has also been adjusted so that the LoadingDots align center
by default.