/*!
    *
    * Wijmo Library 5.20261.50
    * https://developer.mescius.com/wijmo
    *
    * Copyright(c) MESCIUS inc. All rights reserved.
    *
    * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
    * us.sales@mescius.com
    * https://developer.mescius.com/wijmo/licensing
    *
    */

////////////////////////////////////////////////////////////////
// material theme, amber-indigo
//
// Material theme generated based on amber and indigo
// primary and accent colors.
//
@use "../misc/constants" as c;

// Primary, accent colors
@use "wijmo.theme.material" with (
  $mdl-primary: c.$mdl-amber,
  $mdl-accent: c.$mdl-indigo
);
