mirror of
https://github.com/FranP-code/spooky-spotify-showcase.git
synced 2025-10-13 00:02:36 +00:00
Update label font weight in Showcase component
This commit is contained in:
@@ -32,7 +32,7 @@ export function Showcase({
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="flex gap-2 self-start">
|
<div className="flex gap-2 self-start">
|
||||||
<label className="flex items-center gap-2 text-lg font-semibold leading-6 text-white">
|
<label className="flex items-center gap-2 text-lg font-bold leading-6 text-white">
|
||||||
Spookify
|
Spookify
|
||||||
</label>
|
</label>
|
||||||
<Switch isChecked={spookify} setIsChecked={setSpookify} />
|
<Switch isChecked={spookify} setIsChecked={setSpookify} />
|
||||||
|
|||||||
Reference in New Issue
Block a user