Skip to content

Commit 88d1631

Browse files
AntonBorovoiAnton Borovoimalashkevichgreenfrvr
authored
docs: add theme variables link to theme docs (#1494)
Co-authored-by: Anton Borovoi <[email protected]> Co-authored-by: Alexei Malashkevich <[email protected]> Co-authored-by: Artsiom Grintsevich <[email protected]>
1 parent 66c181f commit 88d1631

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/theme/theme/theme.service.tsx

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ export type ThemeType = Record<string, ThemeValue>;
1212

1313
/**
1414
* Takes an actual theme provided by ApplicationProvider or ThemeProvider and
15-
* @returns it to a functional component.
16-
*
15+
* returns it to a functional component.
16+
1717
* @overview-example UseThemeSimpleUsage
18+
* Complete list of theme variables could be found under [Light Theme Variables](design-system/eva-light-theme) table.
19+
*
1820
*/
1921
export const useTheme = (): ThemeType => {
2022
return React.useContext(ThemeContext);

0 commit comments

Comments
 (0)