aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/IconButton.scss
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-07-30 17:08:50 -0400
committermonikahedman <monika_hedman@brown.edu>2019-07-30 17:08:50 -0400
commita511218a8e02f154ff1a580ef14d10db83dc7351 (patch)
treec39ce1efc8956473df955a8cac388750365fcb4c /src/client/views/search/IconButton.scss
parentc80dd97ef4b859f9b7af2e6c7b2ba0d9d039e2f5 (diff)
final changes hopefully
Diffstat (limited to 'src/client/views/search/IconButton.scss')
-rw-r--r--src/client/views/search/IconButton.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/search/IconButton.scss b/src/client/views/search/IconButton.scss
index 1abf7e6d9..d1853177e 100644
--- a/src/client/views/search/IconButton.scss
+++ b/src/client/views/search/IconButton.scss
@@ -11,7 +11,8 @@
height: 30px;
width: 30px;
color: $light-color;
- background-color: rgb(194, 194, 197);
+ // background-color: rgb(194, 194, 197);
+ background-color: gray;
border-radius: 50%;
display: flex;
justify-content: center;