Tweak floating toolbar style

This commit is contained in:
Tom Moor
2023-10-06 12:31:03 -04:00
parent 9924fa6621
commit 63263eee82
2 changed files with 6 additions and 13 deletions

View File

@@ -118,7 +118,7 @@ const FlexibleWrapper = styled.div`
color: ${s("textSecondary")};
overflow: hidden;
display: flex;
gap: 8px;
gap: 6px;
`;
const Arrow = styled(ExpandedIcon)`