From 179253e9fcf68dd61c4691ce385fc6db988b43dd Mon Sep 17 00:00:00 2001 From: Jack Reed <phillipjreed@gmail.com> Date: Wed, 29 Jul 2020 07:45:03 -0600 Subject: [PATCH] Use theme based grey --- src/containers/CollectionDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/CollectionDialog.js b/src/containers/CollectionDialog.js index 62b552ff6..8c1f687ed 100644 --- a/src/containers/CollectionDialog.js +++ b/src/containers/CollectionDialog.js @@ -61,7 +61,7 @@ const styles = theme => ({ padding: 0, }, light: { - color: '#BDBDBD', + color: theme.palette.grey[400], }, listitem: { '&:focus': { -- GitLab