Skip to content

Commit d436843

Browse files
Update Blog “dark-mode-theming-in-grommet-theme-color-customization”
1 parent 2069699 commit d436843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/dark-mode-theming-in-grommet-theme-color-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Then, add the line `const theme = deepMerge(grommet, acme)`. The imported `deepM
179179

180180
```javascript
181181
import React from "react";
182-
import { Grommet, Anchor, Box, Button, Heading, Paragraph } from "grommet";
182+
import { Grommet, grommet, Anchor, Box, Button, Heading, Paragraph } from "grommet";
183183
import { deepMerge } from "grommet/utils";
184184

185185
import { acme } from "./acme-theme";

0 commit comments

Comments
 (0)