improve tab container styling

This commit is contained in:
SethBurkart123
2023-09-25 15:33:59 +10:00
parent 499b03883b
commit f757a1e8b1
+1 -1
View File
@@ -45,7 +45,7 @@ const TabbedContainer: React.FC<TabbedContainerProps> = ({ tabs }) => {
return (
<>
<div ref={containerRef} className="top-0 z-10 text-[0.875rem] mb-2 pb-2 mx-4">
<div ref={containerRef} className="top-0 z-10 text-[0.875rem] pb-2 mx-4">
<div className="relative flex">
<motion.div
className="absolute top-0 left-0 z-0 h-full rounded-full opacity-40"