We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce6d9e commit ea0406fCopy full SHA for ea0406f
1 file changed
src/components/Sidebar/Sidebar.tsx
@@ -163,7 +163,7 @@ export default function Sidebar() {
163
<div>
164
<button
165
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"
+ 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"
167
onClick={() => alert('Download logic goes here')}
168
>
169
Download Data
0 commit comments