Skip to content

Commit 3cf16b4

Browse files
committed
style: analytics page tab focus
1 parent 0f8064a commit 3cf16b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/TabSwitcher/TabSwitcher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const TabSwitcher = ({ labels, children, renderRight }: TabSwitcherProps) => {
2626
{labels.map((label, idx) => (
2727
<h1 key={label} className="inline">
2828
<button
29-
className={`inline text-center text-[1.75rem] font-bold px-[0.6rem] pb-1 bg-white border-none cursor-pointer focus:border-[3px] focus:border-solid focus:border-black ${
29+
className={`inline text-center text-[1.75rem] font-bold px-[0.6rem] pb-1 bg-white border-none cursor-pointer ${
3030
currentTab === idx
3131
? 'text-black border-b-4 border-b-black border-solid'
3232
: 'text-[#848484]'

0 commit comments

Comments
 (0)