starting dragable bottom panel
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import BackIcon from "../icons/BackIcon";
|
||||
|
||||
const BackButton = () => {
|
||||
return (
|
||||
<button className="flex w-fit items-center gap-1 py-[6px] pl-2 pr-4 bg-white rounded-full text-sm font-medium border border-[#C7BDBA]">
|
||||
<div className="w-5 h-5 flex items-center justify-center">
|
||||
<BackIcon className="w-[5px] h-[10px]" />
|
||||
</div>
|
||||
Back
|
||||
</button>
|
||||
);
|
||||
};
|
||||
|
||||
export default BackButton;
|
||||
Reference in New Issue
Block a user