/**
 * @license
 * Copyright 2020 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
@use '@material/theme/theme';
@use '@material/theme/custom-properties';

mwc-list {
  ::slotted([mwc-list-item]:not([twoline])),
  ::slotted([noninteractive]:not([twoline])) {
    height: var(--mdc-menu-item-height, 48px);
  }
}
