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
|
// iOS Default Theme
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
|
||||||
$colors-ios: (
|
$colors-ios: copy-colors($colors) !default;
|
||||||
|
|
||||||
primary: #387ef5,
|
|
||||||
secondary: #32db64,
|
|
||||||
danger: #f53d3d,
|
|
||||||
light: #f4f4f4,
|
|
||||||
dark: #222,
|
|
||||||
|
|
||||||
) !default;
|
|
||||||
|
|
||||||
|
|
||||||
$text-ios-color: $text-color !default;
|
$text-ios-color: $text-color !default;
|
||||||
|
@ -3,15 +3,7 @@
|
|||||||
// Material Design Default Theme
|
// Material Design Default Theme
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
|
||||||
$colors-md: (
|
$colors-md: copy-colors($colors) !default;
|
||||||
|
|
||||||
primary: #387ef5,
|
|
||||||
secondary: #32db64,
|
|
||||||
danger: #f53d3d,
|
|
||||||
light: #f4f4f4,
|
|
||||||
dark: #222,
|
|
||||||
|
|
||||||
) !default;
|
|
||||||
|
|
||||||
|
|
||||||
$text-md-color: $text-color !default;
|
$text-md-color: $text-color !default;
|
||||||
|
Reference in New Issue
Block a user