[Android] Change the remote access image background

Nicolas Pomepuy git at videolan.org
Wed Feb 7 06:50:56 UTC 2024


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jan 17 13:28:36 2024 +0100| [4448c8103adb84a9a660a645643cd61f92307ba3] | committer: Nicolas Pomepuy

Change the remote access image background

> https://code.videolan.org/videolan/vlc-android/commit/4448c8103adb84a9a660a645643cd61f92307ba3
---

 buildsystem/network-sharing-server/src/scss/app.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildsystem/network-sharing-server/src/scss/app.scss b/buildsystem/network-sharing-server/src/scss/app.scss
index 21e9c6b4b0..fe699c7659 100644
--- a/buildsystem/network-sharing-server/src/scss/app.scss
+++ b/buildsystem/network-sharing-server/src/scss/app.scss
@@ -271,7 +271,7 @@ body {
 }
 
 .audio-img-container {
-  background-color: $dark-background;
+  background-color: $hover-grey;
   border-radius: 6px;
 }
 



More information about the Android mailing list