fix(chip): default color has contrast on dark mode (#25998)

resolves #25997
This commit is contained in:
Liam DeBeasi
2022-09-26 08:38:12 -05:00
committed by GitHub
parent 12b8a0cab8
commit ef78a123e5
4 changed files with 5 additions and 10 deletions

View File

@ -10,10 +10,7 @@ import { createColorClasses } from '../../utils/theme';
*/
@Component({
tag: 'ion-chip',
styleUrls: {
ios: 'chip.ios.scss',
md: 'chip.md.scss',
},
styleUrl: 'chip.scss',
shadow: true,
})
export class Chip implements ComponentInterface {