Skip to content

Commit 2069699

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ Then, add the line `const theme = deepMerge(grommet, acme)`. The imported `deepM
180180
```javascript
181181
import React from "react";
182182
import { Grommet, Anchor, Box, Button, Heading, Paragraph } from "grommet";
183-
import { grommet } from "grommet";
184183
import { deepMerge } from "grommet/utils";
185184

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

0 commit comments

Comments
 (0)