@activecollab/components
Version:
ActiveCollab Components
6 lines • 396 B
JavaScript
import styled, { css } from "styled-components";
export const StyledDot = styled.div.withConfig({
displayName: "Styles__StyledDot",
componentId: "sc-1hwsgu3-0"
})(["border-radius:100%;", " ", ""], props => props.$size && css(["width:", "px;height:", "px;"], props.$size, props.$size), props => props.$color && css(["background-color:", ";"], props.$color));
//# sourceMappingURL=Styles.js.map