reduce tabcontainer padding

This commit is contained in:
SethBurkart123
2023-09-29 06:35:07 +10:00
parent c8601b6a16
commit ca2abd89f2
+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] pb-2 mx-4">
<div ref={containerRef} className="top-0 z-10 text-[0.875rem] pb-0.5 mx-4">
<div className="relative flex">
<motion.div
className="absolute top-0 left-0 z-0 h-full rounded-full opacity-40"