Skip to content
Snippets Groups Projects
Commit 95dcfaa2 authored by Moritz Stueckler's avatar Moritz Stueckler
Browse files

fix: icons

parent 3aefa2d7
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,11 @@ interface Props {
const SidebarSingleView: React.FC<Props> = ({ value, onClose, ...restProps }) => {
return (
<SidebarContainer {...restProps}>
<CloseIcon className="inline-block cursor-pointer hover:bg-gray-200 rounded-full" onClick={onClose} />
<CloseIcon
size={32}
className="p-1 text-black text-opacity-50 inline-block cursor-pointer hover:bg-gray-200 rounded-full"
onClick={onClose}
/>
<img
className="lg:h-48 md:h-36 w-full object-cover object-center"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment