Skip to content

Commit e10d1a4

Browse files
committed
fix(result-details): swap color assignment for size display
1 parent 247b208 commit e10d1a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/ui/components/result-details.ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export class ResultDetailsUi extends BaseUi implements InteractiveUi {
126126
drawLabel(
127127
'Size:',
128128
size ? formattedSize.text : '...',
129-
size ? colors.gray : colors.yellow,
129+
size ? colors.yellow : colors.gray,
130130
);
131131
drawLabel(
132132
'Modified:',

0 commit comments

Comments
 (0)