We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177a6ea commit 5e9729dCopy full SHA for 5e9729d
core/src/components/chip/chip.ionic.scss
@@ -60,25 +60,27 @@
60
--border-radius: #{globals.$ion-border-radius-0};
61
}
62
63
-// Chip Icon
64
-// ---------------------------------------------
65
-::slotted(ion-icon) {
66
- font-size: globals.$ion-font-size-400;
67
-}
68
-
69
// Size
70
// ---------------------------------------------
71
72
:host(.chip-small) {
73
min-height: globals.$ion-scale-600;
74
75
font-size: globals.$ion-font-size-300;
+
+ ::slotted(ion-icon) {
+ font-size: globals.$ion-font-size-300;
+ }
76
77
78
:host(.chip-large) {
79
min-height: globals.$ion-scale-800;
80
81
font-size: globals.$ion-font-size-350;
82
+ font-size: globals.$ion-font-size-400;
83
84
85
86
// Subtle Chip
0 commit comments