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

19 lines
454 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-tonal-icon-button';
@use './filled-tonal-icon-button-theme';
@include filled-tonal-icon-button.static-styles();
.md3-icon-button--filled-tonal {
@include filled-tonal-icon-button-theme.theme-styles(
filled-tonal-icon-button-theme.$light-theme
);
}