File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
core/src/components/badge Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1111 --padding-start : 4px ;
1212
1313 @include border-radius ($badge-md-border-radius );
14+
15+ --color : purple ;
1416}
Original file line number Diff line number Diff line change 55
66:host {
77 /* *
8- * @prop --background: Background of the badge
8+ * @prop --background: Background of the badges
99 * @prop --color: Text color of the badge
1010 *
1111 * @prop --padding-top: Top padding of the badge
1212 * @prop --padding-end: Right padding if direction is left-to-right, and left padding if direction is right-to-left of the badge
1313 * @prop --padding-bottom: Bottom padding of the badge
1414 * @prop --padding-start: Left padding if direction is left-to-right, and right padding if direction is right-to-left of the badge
1515 */
16- --background : #{ ion-color ( primary , base )} ;
17- --color : #{ ion-color ( primary , contrast )} ;
16+ --background : white ;
17+ --color : red ;
1818 --padding-top : #{$badge-padding-top } ;
1919 --padding-end : #{$badge-padding-end } ;
2020 --padding-bottom : #{$badge-padding-bottom } ;
You can’t perform that action at this time.
0 commit comments