Skip to content

Commit d0fcfa9

Browse files
committed
Button variant change to secondary
1 parent 38981f5 commit d0fcfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/logs/LogDetailView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function DetailsTab({
186186
<CopyableText value={log.runId} copyValue={log.runId} asChild />
187187
<LinkButton
188188
to={runPath}
189-
variant="tertiary/small"
189+
variant="secondary/small"
190190
shortcut={{ key: "v" }}
191191
className="mt-2"
192192
>

0 commit comments

Comments
 (0)