Skip to content

Commit 63168a4

Browse files
Apply suggestions from code review
1 parent 983d134 commit 63168a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logo/builtin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3153,7 +3153,7 @@ static const FFlogo M[] = {
31533153
FF_COLOR_FG_LIGHT_BLACK, //grey
31543154
FF_COLOR_FG_DEFAULT,
31553155
},
3156-
.colorKeys = FF_COLOR_FG_LIGHT_BLACK, //grey
3156+
.colorKeys = FF_COLOR_FG_WHITE,
31573157
.colorTitle = FF_COLOR_FG_DEFAULT,
31583158
},
31593159
// MidnightBSD

0 commit comments

Comments
 (0)