Skip to content

Commit 6a2ecec

Browse files
committed
add redirect links to typography.ts and palette.ts
Signed-off-by: M-DEV-1 <[email protected]>
1 parent 0e3a838 commit 6a2ecec

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,12 @@ make lint
157157

158158
### theme
159159

160-
- Theme directory contains all the theme related files. The theme directory contains the following subdirectories like
161-
`Colors`- contains all the colors that are used in the project or theme components.
162-
`components` - contains all the theme components like `Button`, `Typography` with brand colors.
163-
`typography.ts` - contains all the typography related files like `font-size`, `font-family` etc.
164-
`palette.ts` - contains all the tokens that are used in the project and used in components.
160+
- Theme directory contains all the theme related files. The theme directory contains the following subdirectories like:
161+
- `Colors`- contains all the colors that are used in the project or theme components.
162+
- `components` - contains all the theme components like `Button`,
163+
- `Typography` with brand colors.
164+
- [`typography.ts`](https://github.com/layer5io/sistent/blob/master/src/theme/typography.ts) - contains all the typography related files like `font-size`, `font-family` etc.
165+
- [`palette.ts`](https://github.com/layer5io/sistent/blob/master/src/theme/palette.ts) - contains all the tokens that are used in the project and used in components.
165166

166167
Through the theme directory, we export the SistentThemeProvider which is used to provide the theme to the project.
167168

0 commit comments

Comments
 (0)