-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixes for elevations: wrong inner-shadow value was changed to a dro…
…p-shadow; - Added “s-inverted” elevation token for containers that appear above the component; - “Background-overlay” alias token for page dimming (when modal is active); - New global token “global.borderRadius.none”;
- Loading branch information
1 parent
7388c1b
commit d0aecb5
Showing
3 changed files
with
71 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -952,6 +952,12 @@ | |
"type": "textCase" | ||
} | ||
} | ||
}, | ||
"borderRadius": { | ||
"none": { | ||
"value": "0", | ||
"type": "borderRadius" | ||
} | ||
} | ||
} | ||
} |