UNPKG

@activecollab/components

Version:

ActiveCollab Components

8 lines 414 B
import styled from "styled-components"; import { Button } from "../Button"; export const StyledGlobalAddButton = styled(Button).withConfig({ displayName: "Styles__StyledGlobalAddButton", componentId: "sc-7mpctc-0" })(["svg{fill:var(--color-theme-100);}&:hover svg{transform:rotate(90deg);transition:ease 0.3s;}"]); StyledGlobalAddButton.displayName = "StyledGlobalAddButton"; //# sourceMappingURL=Styles.js.map