UNPKG

media-stream-player

Version:

Player built on top of media-stream-library

15 lines (14 loc) 279 B
import styled from 'styled-components'; export const Button = styled.button ` background: transparent; fill: white; border: none; box-sizing: border-box; padding: 0; margin: 0; line-height: 0; :focus { outline: none; } `; //# sourceMappingURL=Button.js.map