Skip to content

Commit 896d786

Browse files
committed
fix: button with invisible text
1 parent 69cefa6 commit 896d786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/AnalyticsTable/DateFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const DateFilter = ({
7373
}
7474
}}
7575
outline={true}
76-
className="bg-black text-white rounded-[10px] text-xl p-2 px-4 ml-4"
76+
className="rounded-[10px] text-xl p-2 px-4 ml-4"
7777
>
7878
Apply Dates
7979
</Button>

0 commit comments

Comments
 (0)