mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(sass): copy $colors map for $color-ios/$color-md
This commit is contained in:
@ -3,15 +3,7 @@
|
||||
// iOS Default Theme
|
||||
// ----------------------------------
|
||||
|
||||
$colors-ios: (
|
||||
|
||||
primary: #387ef5,
|
||||
secondary: #32db64,
|
||||
danger: #f53d3d,
|
||||
light: #f4f4f4,
|
||||
dark: #222,
|
||||
|
||||
) !default;
|
||||
$colors-ios: copy-colors($colors) !default;
|
||||
|
||||
|
||||
$text-ios-color: $text-color !default;
|
||||
|
@ -3,15 +3,7 @@
|
||||
// Material Design Default Theme
|
||||
// ----------------------------------
|
||||
|
||||
$colors-md: (
|
||||
|
||||
primary: #387ef5,
|
||||
secondary: #32db64,
|
||||
danger: #f53d3d,
|
||||
light: #f4f4f4,
|
||||
dark: #222,
|
||||
|
||||
) !default;
|
||||
$colors-md: copy-colors($colors) !default;
|
||||
|
||||
|
||||
$text-md-color: $text-color !default;
|
||||
|
Reference in New Issue
Block a user