From 04727defa2d10bfb6c07f0402403a1cad722e14c Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Thu, 28 Nov 2024 13:43:46 +0100 Subject: [PATCH] MOBILE-4670 h5p: Fix player button size --- src/core/features/h5p/components/h5p-player/h5p-player.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/features/h5p/components/h5p-player/h5p-player.scss b/src/core/features/h5p/components/h5p-player/h5p-player.scss index cbc743a2a..b8f1d82ea 100644 --- a/src/core/features/h5p/components/h5p-player/h5p-player.scss +++ b/src/core/features/h5p/components/h5p-player/h5p-player.scss @@ -1,3 +1,5 @@ +@use "theme/globals" as *; + :host { --core-h5p-placeholder-bg-color: var(--gray-300); --core-h5p-placeholder-text-color: var(--ion-text-color);