Skip to content

Commit 9af734e

Browse files
committed
Fix oopsie
1 parent 8c62cdf commit 9af734e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Drawing/Color.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Gala.Drawing {
1818
public const Clutter.Color DARK_HIGHLIGHT = { 255, 255, 255, 13};
1919
public const Clutter.Color TOOLTIP_BACKGROUND = { 26, 26, 26, 230};
2020
public const Clutter.Color TOOLTIP_TEXT_COLOR = { 255, 255, 255, 255};
21-
public const Clutter.Color TOOLTIP_TEXT_SHADOW_COLOR = { 255, 0, 0, 153};
21+
public const Clutter.Color TOOLTIP_TEXT_SHADOW_COLOR = { 0, 0, 0, 153};
2222
#else
2323
public const Cogl.Color LIGHT_BACKGROUND = { 250, 250, 250, 255};
2424
public const Cogl.Color DARK_BACKGROUND = { 51, 51, 51, 255};

0 commit comments

Comments
 (0)