1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix wrong color for timeline indicator in the light theme

This commit is contained in:
Michael Alexsander
2025-09-16 16:54:22 -03:00
parent 6efa557e9b
commit 12e7050aba

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#fff" d="m3 0h10l-4 4h-2z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#fefefe" d="m3 0h10l-4 4h-2z"/></svg>

Before

Width:  |  Height:  |  Size: 110 B

After

Width:  |  Height:  |  Size: 113 B