Skip to content

Commit

Permalink
⬆️ upgrade design token
Browse files Browse the repository at this point in the history
  • Loading branch information
ulricden committed Jul 9, 2024
1 parent 3f3aa0a commit 4847561
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 15 deletions.
8 changes: 4 additions & 4 deletions Storybook/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-native-community/datetimepicker": "^7.1.0",
"@react-native-community/slider": "^4.3.3",
"@zerogachis/smartway-design-token": "^0.1.12",
"@zerogachis/smartway-design-token": "^0.2.0",
"appcenter": "5.0.1",
"appcenter-analytics": "5.0.1",
"appcenter-crashes": "5.0.1",
Expand Down
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@ZeroGachis:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@zerogachis/smartway-design-token": "0.1.12"
"@zerogachis/smartway-design-token": "0.2.0"
},
"devDependencies": {
"@testing-library/react-native": "^12.4.3",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
useTheme as usePaperTheme,
} from 'react-native-paper';
import { fontConfig } from './fonts';
import { tokens } from "@zerogachis/smartway-design-token";
import { tokens } from '@zerogachis/smartway-design-token';

export const theme = {
...MD3LightTheme,
Expand Down

0 comments on commit 4847561

Please sign in to comment.