|
125 | 125 | {@const href = getEventLinkHref(link)} |
126 | 126 | {@const value = href.split('workflows/')?.[1] || href} |
127 | 127 | <div class="flex items-start gap-4"> |
128 | | - <p class="min-w-56 text-sm text-secondary/80"> |
| 128 | + <p class="min-w-56 text-sm font-medium text-secondary"> |
129 | 129 | {translate('nexus.link')} |
130 | 130 | </p> |
131 | 131 | <Copyable |
|
141 | 141 | {#snippet eventNamespaceLink(link: ELink)} |
142 | 142 | {@const href = routeForNamespace({ namespace: link.workflowEvent.namespace })} |
143 | 143 | <div class="flex items-start gap-4"> |
144 | | - <p class="min-w-56 text-sm text-secondary/80"> |
| 144 | + <p class="min-w-56 text-sm font-medium text-secondary"> |
145 | 145 | {translate('nexus.link-namespace')} |
146 | 146 | </p> |
147 | 147 | <Copyable |
|
165 | 165 |
|
166 | 166 | {#snippet eventSummary(value: Payload)} |
167 | 167 | <div class="flex items-start gap-4"> |
168 | | - <p class="min-w-56 text-sm text-secondary/80">Summary</p> |
| 168 | + <p class="min-w-56 text-sm font-medium text-secondary">Summary</p> |
169 | 169 | <p class="whitespace-pre-line"> |
170 | 170 | <MetadataDecoder |
171 | 171 | {value} |
|
182 | 182 | {@const codeBlockValue = getCodeBlockValue(value)} |
183 | 183 | {@const stackTrace = getStackTrace(codeBlockValue)} |
184 | 184 | <div> |
185 | | - <p class="mb-1 min-w-56 text-sm text-secondary/80"> |
| 185 | + <p class="mb-1 min-w-56 text-sm font-medium text-secondary"> |
186 | 186 | {format(key)} |
187 | 187 | </p> |
188 | 188 | {#if value?.payloads} |
|
225 | 225 | </div> |
226 | 226 | {#if stackTrace} |
227 | 227 | <div> |
228 | | - <p class="mb-1 min-w-56 text-sm text-secondary/80"> |
| 228 | + <p class="mb-1 min-w-56 text-sm font-medium text-secondary"> |
229 | 229 | {translate('workflows.call-stack-tab')} |
230 | 230 | </p> |
231 | 231 | <CodeBlock |
|
241 | 241 |
|
242 | 242 | {#snippet link(key, value)} |
243 | 243 | <div class="flex items-start gap-4"> |
244 | | - <p class="min-w-56 text-sm text-secondary/80"> |
| 244 | + <p class="min-w-56 text-sm font-medium text-secondary"> |
245 | 245 | {format(key)} |
246 | 246 | </p> |
247 | 247 | <Copyable |
|
261 | 261 |
|
262 | 262 | {#snippet details(key, value)} |
263 | 263 | <div class="flex items-start gap-4"> |
264 | | - <p class="min-w-56 text-sm text-secondary/80"> |
| 264 | + <p class="min-w-56 text-sm font-medium text-secondary"> |
265 | 265 | {format(key)} |
266 | 266 | </p> |
267 | 267 | <p class="whitespace-pre-line break-all"> |
|
0 commit comments