diff options
| author | monikahedman <monika_hedman@brown.edu> | 2019-07-30 17:08:50 -0400 |
|---|---|---|
| committer | monikahedman <monika_hedman@brown.edu> | 2019-07-30 17:08:50 -0400 |
| commit | a511218a8e02f154ff1a580ef14d10db83dc7351 (patch) | |
| tree | c39ce1efc8956473df955a8cac388750365fcb4c /src/client/views/search/IconButton.tsx | |
| parent | c80dd97ef4b859f9b7af2e6c7b2ba0d9d039e2f5 (diff) | |
final changes hopefully
Diffstat (limited to 'src/client/views/search/IconButton.tsx')
| -rw-r--r-- | src/client/views/search/IconButton.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/search/IconButton.tsx b/src/client/views/search/IconButton.tsx index bfe2c7d0b..5d23f6eeb 100644 --- a/src/client/views/search/IconButton.tsx +++ b/src/client/views/search/IconButton.tsx @@ -13,6 +13,7 @@ import { IconBar } from './IconBar'; import { props } from 'bluebird'; import { FilterBox } from './FilterBox'; import { Search } from '../../../server/Search'; +import { gravity } from 'sharp'; library.add(faSearch); library.add(faObjectGroup); @@ -123,11 +124,11 @@ export class IconButton extends React.Component<IconButtonProps>{ selected = { opacity: 1, - backgroundColor: "#c2c2c5" //$alt-accent + backgroundColor: "rgb(128, 128, 128)" }; notSelected = { - opacity: 0.6, + opacity: 0.2, }; hoverStyle = { |
