diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-12-04 17:28:44 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-12-04 17:28:44 +0100 |
commit | 49e8081794b50a2b05d9d3b78860e34659ade3fc (patch) | |
tree | 482d9127239e657fdff94f8636fd09a9e8c8be3b /src | |
parent | 32b2c9a53901afbaf41274a173d140bee9b5db90 (diff) |
Light theme: make embedded in progress text color the theme text color instead of white
Diffstat (limited to 'src')
-rw-r--r-- | src/Body.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Body.cpp b/src/Body.cpp index 7050d7d..7deea43 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -110,6 +110,7 @@ namespace QuickMedia { rounded_rectangle_mask_shader(rounded_rectangle_mask_shader) { progress_text.set_color(get_theme().text_color); + embedded_item_load_text.set_color(get_theme().text_color); thumbnail_max_size.x = 600; thumbnail_max_size.y = 337; mgl::vec2f loading_icon_size(loading_icon.get_texture()->get_size().x, loading_icon.get_texture()->get_size().y); |