Skip to content

Commit 89a78db

Browse files
committed
Console status styling
1 parent e7ac85b commit 89a78db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/workspace/panes/PlayerPane.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ const PlayerPane = memo(
141141
<Status
142142
text={'Logs' + (showLogs ? '' : ` (${logs.length})`)}
143143
isError={false}
144+
style={externalStyles.status}
145+
textStyle={externalStyles.statusText}
146+
errorTextStyle={externalStyles.statusTextError}
144147
>
145148
<Button active={showLogs} onChange={setShowLogs}>
146149
{'Show Logs'}

0 commit comments

Comments
 (0)