blob: c7122263fb480c2be22e7034050e9efc3aba7c97 [file] [log] [blame]
import {css} from 'lit';
export const SHARED_MD3_STYLES = css`
:host {
--md-sys-color-surface: rgb(227, 255, 251);
}
`;