Skip to content

Commit ea0406f

Browse files
committed
add css
1 parent fce6d9e commit ea0406f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Sidebar/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export default function Sidebar() {
163163
<div>
164164
<button
165165
disabled={true}
166-
className="w-full mt-2 px-4 py-2 bg-blue-600 text-white font-semibold rounded hover:bg-blue-700 transition"
166+
className="w-full mt-2 px-4 py-2 bg-blue-600 text-white font-semibold rounded hover:bg-blue-700 transition disabled:opacity-50"
167167
onClick={() => alert('Download logic goes here')}
168168
>
169169
Download Data

0 commit comments

Comments
 (0)