docs: update README.md with new screenshots

This commit is contained in:
garethgeorge
2024-01-04 18:31:29 -08:00
parent 81ffb510e9
commit f73d1d514b
2 changed files with 13 additions and 21 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ el &&
<ConfigProvider
theme={{
algorithm: [
darkThemeMq ? theme.darkAlgorithm : theme.defaultAlgorithm,
darkThemeMq.matches ? theme.darkAlgorithm : theme.defaultAlgorithm,
theme.compactAlgorithm,
],
}}