From 154eba04741a261769d346190a9c066697ed8851 Mon Sep 17 00:00:00 2001 From: Md Asif Date: Tue, 24 Dec 2024 00:05:09 +0530 Subject: [PATCH] fix: update button disabled state color for better accessibility --- src/components/Button.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button.jsx b/src/components/Button.jsx index 0111857..516d401 100644 --- a/src/components/Button.jsx +++ b/src/components/Button.jsx @@ -7,7 +7,7 @@ function Button({text, onClick, disabled}) {