Skip to content

Commit

Permalink
fix: change tab controller in settings to gray for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
SethBurkart123 authored and SethBurkart123 committed Feb 2, 2024
1 parent 996e02a commit 19e77d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interface/components/TabbedContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const TabbedContainer: React.FC<TabbedContainerProps> = ({ tabs }) => {
<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"
style={{ width: `${tabWidth}px`, background: themeColor }}
className="absolute top-0 left-0 z-0 h-full bg-[#DDDDDD] rounded-full opacity-40"
style={{ width: `${tabWidth}px` }}
initial={false}
animate={{ x: calcXPos(hoveredTab) }}
transition={springTransition}
Expand Down

0 comments on commit 19e77d7

Please sign in to comment.