diff options
| author | Andy Rickert <andrew_rickert@brown.edu> | 2020-03-31 16:15:10 -0700 |
|---|---|---|
| committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-03-31 16:15:10 -0700 |
| commit | b33ba2eb7a4bb6744f07c3ee8d86c55ec7b599b5 (patch) | |
| tree | 88f4d21c08f4a1218000f8c8b88e2689e5247b0d /src/client/views/search/IconButton.tsx | |
| parent | 13e6b075154001ce33845a72454e3cd039a92670 (diff) | |
more settings ui + huge bugfixes with document dragging and selection
Diffstat (limited to 'src/client/views/search/IconButton.tsx')
| -rw-r--r-- | src/client/views/search/IconButton.tsx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/client/views/search/IconButton.tsx b/src/client/views/search/IconButton.tsx index bea8cc0a7..4f94139d9 100644 --- a/src/client/views/search/IconButton.tsx +++ b/src/client/views/search/IconButton.tsx @@ -123,16 +123,19 @@ export class IconButton extends React.Component<IconButtonProps>{ selected = { opacity: 1, - backgroundColor: "rgb(128, 128, 128)" + backgroundColor: "#121721", + //backgroundColor: "rgb(128, 128, 128)" }; notSelected = { opacity: 0.2, + backgroundColor: "#121721", }; hoverStyle = { opacity: 1, - backgroundColor: "rgb(178, 206, 248)" //$darker-alt-accent + backgroundColor: "rgb(128, 128, 128)" + //backgroundColor: "rgb(178, 206, 248)" //$darker-alt-accent }; @action.bound |
