Skip to content

Commit 1456b0d

Browse files
MarcusNotheisTobiasKoehler01
authored andcommitted
docs: Fixed Code Sample with correct Theme
1 parent 9da111a commit 1456b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ import { ContentDensity, ThemeProvider, Themes } from '@fiori-for-react/fiori3';
9393
render() {
9494
return (
9595
<div>
96-
<ThemeProvider theme={Themes.sap_fiori_3} contentDensity={ContentDensity.Compact} withToastContainer>
96+
<ThemeProvider theme={Themes.sap_fiori3_light} contentDensity={ContentDensity.Compact} withToastContainer>
9797
<MyApp />
9898
</ThemeProvider>
9999
</div>

0 commit comments

Comments
 (0)