blob: 5d671ae4ff2f54b4f6b3734d6d53c5e3a8ec477e [file] [log] [blame]
import { css } from 'lit';
export const style = css`
:host {
position: relative;
display: inline-block;
background-color: var(--md-sys-color-background, 'white');
}
md-outlined-button {
--md-outlined-button-container-shape: 4px;
}
`;