Browse Source

Flow fix

master
meriadec 7 years ago
parent
commit
f85552241e
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 1
      src/components/DevTools.js

1
src/components/DevTools.js

@ -40,6 +40,7 @@ type HslColor = {
type ColorType = {
name: string,
val: string,
isDark: boolean,
color: {
isDark: () => boolean,
hsl: () => HslColor,

Loading…
Cancel
Save