Skip to content

Commit 31c0935

Browse files
spark33bruugey
andauthored
LG-3497: ThumbUp and ThumbDown icon - dark mode (#1914)
Co-authored-by: Brooke Scarlett Yalof <[email protected]>
1 parent 0100840 commit 31c0935

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

.changeset/shy-penguins-chew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@leafygreen-ui/icon': patch
3+
---
4+
5+
Fixing issue where dark mode would not change ThumbsUp and ThumbsDown icon fills

packages/icon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ A `LGGlyph.Component`
149149

150150
(For DS engineers)
151151

152-
- After uploading a new SVG file to `src/glyphs`, replace all `fill` property values with `#000`.
152+
- After uploading a new SVG file to `src/glyphs`, replace all `fill` property values for strokes with `#000`.
153153
- Update `src/glyphs/index.ts` to import/export the SVG file.
154154
- Build the package with `yarn build:packages icon` to create the component in `src/generated`.
155155
- Update README

packages/icon/src/generated/ThumbsDown.tsx

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/icon/src/generated/ThumbsUp.tsx

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)