@navinc/base-react-components
Version:
Nav's Pattern Library
10 lines • 322 B
JavaScript
import styled from 'styled-components';
export const NoStyleButton = styled.button.withConfig({ displayName: "brc-sc-NoStyleButton", componentId: "brc-sc-j529wm" }) `
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
line-height: inherit;
`;
//# sourceMappingURL=no-style-button.js.map