Skip to content

Commit a06dc63

Browse files
authored
Merge pull request #110 from element-hq/renovate/roborazzi
Update roborazzi to v1.40.1
2 parents 6fbe067 + 690a656 commit a06dc63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The module contains public tokens and color schemes that are later used in `Mate
1212

1313
All tokens can be accessed through the `ElementTheme` object, which contains the following properties:
1414

15-
* `ElementTheme.materialColors`: contains all Material color tokens. In Figma, they're prefixed with `M3/`. It's an alias to `MaterialTheme.colorScheme`.
15+
* `ElementTheme.materialColors`: contains all Material color tokens. In Figma, they're prefixed with `M3/`. It's an alias to `MaterialTheme.colorScheme`. This should not be used, prefer using `ElementTheme.colors` instead.
1616
* `ElementTheme.colors`: contains all Compound semantic color tokens. In Figma, they're prefixed with either `Light/` or `Dark/`.
1717
* `ElementTheme.typography`: contains the Compound `TypographyTokens` values. In Figma, they're prefixed with `Android/font/`.
1818

Loading

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ compose_bom = "2025.01.01"
1414
showkase = "1.0.3"
1515
ui-tooling-preview-android = "1.7.7"
1616
kover = "0.7.6"
17-
roborazzi = "1.32.2"
17+
roborazzi = "1.40.1"
1818

1919
[libraries]
2020
# Project

0 commit comments

Comments
 (0)