Fix some invalid colors name + avoid hard coding colors and transparency.

This commit is contained in:
Sébastien Atoch 2025-07-23 14:16:46 -04:00
parent 10b70f0c53
commit 411ed72436
4 changed files with 10 additions and 10 deletions

View file

@ -97,8 +97,8 @@ Singleton {
property color outline: themeData.outline
// Shadows & Overlays
property color shadow: applyOpacity(themeData.shadow, "B3")
property color overlay: applyOpacity(themeData.overlay, "66")
property color shadow: themeData.shadow
property color overlay: themeData.overlay
// Font Properties
property string fontFamily: "Roboto" // Family for all text