Skip to content

Commit 44657b4

Browse files
authored
Merge pull request LogRocket#176 from apostolos/patch-1
Set title to color to inherit
2 parents f168548 + 5dc79f2 commit 44657b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
actionTransformer: action => action,
1111
errorTransformer: error => error,
1212
colors: {
13-
title: () => `#000000`,
13+
title: () => `inherit`,
1414
prevState: () => `#9E9E9E`,
1515
action: () => `#03A9F4`,
1616
nextState: () => `#4CAF50`,

0 commit comments

Comments
 (0)