material-web/iconbutton/lib/filled-styles.scss

19 lines
418 B
SCSS

//
// Copyright 2022 Google LLC
// SPDX-License-Identifier: Apache-2.0
//
// stylelint-disable selector-class-pattern --
// Selector '.md3-*' should only be used in this project.
@use './filled-icon-button';
@use './filled-icon-button-theme';
@include filled-icon-button.static-styles();
.md3-icon-button--filled {
@include filled-icon-button-theme.theme-styles(
filled-icon-button-theme.$light-theme
);
}