From 58c3da0468bc4f95283b7269dffcf23ebcf23b93 Mon Sep 17 00:00:00 2001 From: Hasan Yahya Date: Tue, 23 Jul 2024 23:39:58 +0500 Subject: [PATCH] refactor: Update brightness label to lightness in Playground component --- src/components/component/playground.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/component/playground.jsx b/src/components/component/playground.jsx index ebcfcb5..b2bb7b9 100644 --- a/src/components/component/playground.jsx +++ b/src/components/component/playground.jsx @@ -342,7 +342,7 @@ export function Playground() {
Brightness
+ className="w-16 text-right text-sm font-medium text-gray-500 dark:text-gray-400">Lightness
_lvalueChanged(value)} />