[style] unify Vue widget/slot label colors (#6149)

## Summary

Change labels on all widgets and slots to the same value which matches
design spec.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6149-style-unify-Vue-widget-slot-label-colors-2916d73d3650810a98f3ee75e0b22da0)
by [Unito](https://www.unito.io)

---------

Co-authored-by: DrJKL <DrJKL0424@gmail.com>
This commit is contained in:
Christian Byrne
2025-10-21 16:50:36 -07:00
committed by GitHub
parent cc73c42f76
commit 45cefda6e1
6 changed files with 13 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="flex flex-col gap-1">
<label v-if="widget.name" class="text-sm opacity-80">{{
<label v-if="widget.name" class="text-secondary text-sm">{{
widget.name
}}</label>
<Button