Fix icon background color
This commit is contained in:
parent
581a3a0cb4
commit
b873bfe18d
@ -21,7 +21,7 @@ from sugar.graphics.colors import colors
|
|||||||
|
|
||||||
def _parse_string(color_string):
|
def _parse_string(color_string):
|
||||||
if color_string == 'white':
|
if color_string == 'white':
|
||||||
return ['#ffffff', '#4f4f4f']
|
return ['#ffffff', '#414141']
|
||||||
|
|
||||||
splitted = color_string.split(',')
|
splitted = color_string.split(',')
|
||||||
if len(splitted) == 2:
|
if len(splitted) == 2:
|
||||||
|
Loading…
Reference in New Issue
Block a user