feat(dashboard): adjust scene label style
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m1s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m1s
This commit is contained in:
@@ -351,7 +351,7 @@ export function LightSceneTile({
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<Icon size={16} strokeWidth={2} />
|
<Icon size={16} strokeWidth={2} />
|
||||||
<p className="text-lg tracking-none leading-none">{name}</p>
|
<p className="text-md tracking-none leading-none uppercase">{name}</p>
|
||||||
</button>
|
</button>
|
||||||
))}
|
))}
|
||||||
</Tile>
|
</Tile>
|
||||||
|
|||||||
Reference in New Issue
Block a user