mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
feat(card): Add shape feature to card and style into Ionic theme (#29292)
Issue number: resolves # --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Adds the new shapes to ionic theme card ## 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/.github/CONTRIBUTING.md#footer for more information. --> --------- Co-authored-by: Brandy Carney <brandy@ionic.io>
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
--ionic-color-primary-900: #010408;
|
||||
--ionic-color-primary: #1068eb;
|
||||
--ionic-color-secondary: #303d60;
|
||||
--ionic-color-neutral-0: #ffffff;
|
||||
--ionic-color-neutral-10: #f5f5f5;
|
||||
--ionic-color-neutral-50: #e7e7e7;
|
||||
--ionic-color-neutral-100: #dadada;
|
||||
|
Reference in New Issue
Block a user