diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-26 00:47:32 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-26 00:47:32 -0700 |
commit | d9a4ed993aad36464776c093333af1a310e5a492 (patch) | |
tree | ca423625619b9d628651bcc9a395ba8f47fa03a6 /extension/react-app/src/components/PillButton.tsx | |
parent | 3b776e4ce1d718c5902f113d4cface1c717f8c19 (diff) | |
download | sncontinue-d9a4ed993aad36464776c093333af1a310e5a492.tar.gz sncontinue-d9a4ed993aad36464776c093333af1a310e5a492.tar.bz2 sncontinue-d9a4ed993aad36464776c093333af1a310e5a492.zip |
fix colors and hover box behavior
Diffstat (limited to 'extension/react-app/src/components/PillButton.tsx')
-rw-r--r-- | extension/react-app/src/components/PillButton.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/PillButton.tsx b/extension/react-app/src/components/PillButton.tsx index 548fdf9d..e3d05711 100644 --- a/extension/react-app/src/components/PillButton.tsx +++ b/extension/react-app/src/components/PillButton.tsx @@ -186,7 +186,7 @@ const PillButton = (props: PillButtonProps) => { backgroundColor={"#cc000055"} onClick={() => { client?.deleteContextWithIds([props.item.description.id]); - dispatch(setBottomMessageCloseTimeout(undefined)); + dispatch(setBottomMessage(undefined)); }} > <Trash style={{ margin: "auto" }} width="1.6em"></Trash> |