There was an error while loading. Please reload this page.
1 parent e7ac85b commit 89a78dbCopy full SHA for 89a78db
src/components/workspace/panes/PlayerPane.tsx
@@ -141,6 +141,9 @@ const PlayerPane = memo(
141
<Status
142
text={'Logs' + (showLogs ? '' : ` (${logs.length})`)}
143
isError={false}
144
+ style={externalStyles.status}
145
+ textStyle={externalStyles.statusText}
146
+ errorTextStyle={externalStyles.statusTextError}
147
>
148
<Button active={showLogs} onChange={setShowLogs}>
149
{'Show Logs'}
0 commit comments