Web: Files: Added a default cursor for files in the folder selection dialog.

This commit is contained in:
Tatiana Lopaeva 2022-06-03 12:56:39 +03:00
parent 890c639099
commit da4bdc89cd

View File

@ -161,6 +161,7 @@ const StyledRow = styled.div`
.selection-panel_text p {
color: ${(props) => props.theme.text.disableColor};
}
cursor: default;
`}
`;