feat(dashboard): adjust scene label style
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m1s

This commit is contained in:
2025-10-31 01:34:11 +00:00
parent 4e47111a4d
commit 9c46cdf9cf

View File

@@ -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>