replaced all css w/ tailwind css

This commit is contained in:
2021-08-17 15:39:45 +02:00
parent effa93c182
commit ecffd9e9fe
10 changed files with 33 additions and 81 deletions

View File

@@ -14,6 +14,7 @@ interface Props {
const FileBrowserElement: React.FC<Props> = (props) => {
return (
<tr
className="hover:bg-gray-100 text-lg"
onClick={()=>{
if(props.file){
props.onClick?.(props.file)