Skip to content

Commit 7cea1a8

Browse files
committed
[doc] Fix themes list formatting
1 parent 2b7305f commit 7cea1a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/developer/theming.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,15 @@ const App = () => (
3737

3838
Atomic CRM comes with 5 built-in themes:
3939

40+
| | |
41+
| - | - |
4042
|    [Default](https://marmelab.com/react-admin/AppTheme.html#default) [![Default light theme](https://marmelab.com/react-admin/img/defaultLightTheme1.jpg)]((AppTheme.html#default)) |    [B&W](https://marmelab.com/react-admin/AppTheme.html#bw) [![B&W light theme](https://marmelab.com/react-admin/img/bwLightTheme1.jpg)](https://marmelab.com/react-admin/AppTheme.htmlml#bw) |
4143
|    [Nano](https://marmelab.com/react-admin/AppTheme.html#nano) [![Nano light theme](https://marmelab.com/react-admin/img/nanoLightTheme1.jpg)](https://marmelab.com/react-admin/AppTheme.htmlml#nano) |    [Radiant](https://marmelab.com/react-admin/AppTheme.html#radiant) [![Radiant light theme](https://marmelab.com/react-admin/img/radiantLightTheme1.jpg)](https://marmelab.com/react-admin/AppTheme.htmlml#radiant) |
4244
|    [House](https://marmelab.com/react-admin/AppTheme.html#house) [![House light theme](https://marmelab.com/react-admin/img/houseLightTheme1.jpg)](https://marmelab.com/react-admin/AppTheme.htmlml#house) | |
4345

44-
Check out react-admin's [theming documentation](https://marmelab.com/react-admin/Theming.html) for more information on how to customize the themes.
46+
You can also create your own theme from scratch to match your brand's identity.
47+
48+
Check out react-admin's [theming documentation](https://marmelab.com/react-admin/Theming.html) for more information on how to customize the theme.
4549

4650
## Customizing The Layout
4751

0 commit comments

Comments
 (0)