Skip to content

Commit

Permalink
fix: zIndex should be of type number
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Apr 17, 2023
1 parent 6ecd6aa commit eee0a71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-books-double.md
@@ -0,0 +1,5 @@
---
"@svbstrate/react-native": patch
---

`zIndex` should be number
3 changes: 3 additions & 0 deletions packages/react-native/lib/index.tsx
Expand Up @@ -52,6 +52,9 @@ const defaultProperties: svbstrate.ThemeConfig["properties"] = {
paddingRight: {
token: "space",
},
zIndex: {
token: "zIndex",
},
};

export type Theme = Partial<svbstrate.ThemeConfig>;
Expand Down

0 comments on commit eee0a71

Please sign in to comment.