diff options
author | Cláudio <claudio.engdist@gmail.com> | 2021-02-05 19:36:09 -0300 |
---|---|---|
committer | Cláudio <claudio.engdist@gmail.com> | 2021-02-05 19:36:09 -0300 |
commit | 29ea8df4259921f1789e0e6d584767fc5f54b284 (patch) | |
tree | 2d19cf21e033adcbe2e6c018fe6099b4938346ea /webui/src/components/Label.tsx | |
parent | 12323b94398daa6cedca36fc2c58a97200092e16 (diff) | |
download | git-bug-29ea8df4259921f1789e0e6d584767fc5f54b284.tar.gz |
Commit for #541
Diffstat (limited to 'webui/src/components/Label.tsx')
-rw-r--r-- | webui/src/components/Label.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webui/src/components/Label.tsx b/webui/src/components/Label.tsx index 4aaa6bb6..111f6d7f 100644 --- a/webui/src/components/Label.tsx +++ b/webui/src/components/Label.tsx @@ -7,10 +7,9 @@ import { darken, } from '@material-ui/core/styles/colorManipulator'; +import { LabelFragment } from '../graphql/fragments.generated'; import { Color } from 'src/gqlTypes'; -import { LabelFragment } from './fragments.generated'; - // Minimum contrast between the background and the text color const contrastThreshold = 2.5; |