mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Buttons shtuff
This commit is contained in:
@@ -18,7 +18,7 @@ $colors: (
|
||||
),
|
||||
|
||||
secondary: (
|
||||
base: #33d066,
|
||||
base: #32db64,
|
||||
inverse: #fff
|
||||
),
|
||||
|
||||
@@ -26,7 +26,7 @@ $colors: (
|
||||
// Action Colors
|
||||
// ----------------------
|
||||
danger: (
|
||||
base: #ec3d3d,
|
||||
base: #f53d3d,
|
||||
inverse: #fff,
|
||||
),
|
||||
|
||||
@@ -44,7 +44,7 @@ $colors: (
|
||||
),
|
||||
|
||||
dark: (
|
||||
base: #444,
|
||||
base: #222,
|
||||
inverse: #fff,
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user