mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
fix(accordion): update design and tokens (#30606)
Issue number: internal --------- ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - update tokens; - fix item content padding; ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change: 1. Describe the impact and migration path for existing applications below. 2. Update the BREAKING.md file with the breaking change. 3. Add "BREAKING CHANGE: [...]" to the commit description when merging. See https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer for more information. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> [basic](https://ionic-framework-git-rou-12135-ionic1.vercel.app/src/components/accordion/test/basic?ionic:theme=ionic) [states](https://ionic-framework-git-rou-12135-ionic1.vercel.app/src/components/accordion/test/states?ionic:theme=ionic) [Group States](https://ionic-framework-git-rou-12135-ionic1.vercel.app/src/components/accordion-group/test/states?ionic:theme=ionic) --------- Co-authored-by: ionitron <hi@ionicframework.com>
This commit is contained in:
@ -290,7 +290,7 @@ ion-card-header.ion-color .ion-inherit-color {
|
||||
// The toggle icon is nested in the accordion item so we need to
|
||||
// style it from a global level.
|
||||
ion-accordion > [slot="header"] .ion-accordion-toggle-icon {
|
||||
color: globals.$ion-primitives-neutral-1000;
|
||||
color: globals.$ion-icon-default;
|
||||
font-size: globals.$ion-scale-600;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user