Skip to content

Commit

Permalink
refactor: Update brightness label to lightness in Playground component
Browse files Browse the repository at this point in the history
  • Loading branch information
HasanYahya101 committed Jul 23, 2024
1 parent 0b34de4 commit 58c3da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/component/playground.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export function Playground() {
</div>
<div className="flex items-center gap-4">
<div
className="w-16 text-right text-sm font-medium text-gray-500 dark:text-gray-400">Brightness</div>
className="w-16 text-right text-sm font-medium text-gray-500 dark:text-gray-400">Lightness</div>
<Slider className="flex-1" value={[defaultBrightness]} max={100} step={1} onValueChange={(value) => _lvalueChanged(value)}
/>
<div
Expand Down

0 comments on commit 58c3da0

Please sign in to comment.