mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(chip): default color has contrast on dark mode (#25998)
resolves #25997
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user