This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8f42a07  jewel-themes: fix an issue that make all themes no compile
8f42a07 is described below

commit 8f42a07f16cdf645a9a4118ab8d04dbc3ea38096
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Feb 20 00:35:25 2020 +0100

    jewel-themes: fix an issue that make all themes no compile
---
 frameworks/themes/JewelTheme/src/main/sass/_variables.sass           | 5 -----
 .../JewelTheme/src/main/sass/components-primary/_application.sass    | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/frameworks/themes/JewelTheme/src/main/sass/_variables.sass 
b/frameworks/themes/JewelTheme/src/main/sass/_variables.sass
index aaea241..2d03134 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/_variables.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/_variables.sass
@@ -62,8 +62,3 @@ $disabled-font-color: darken($disabled-color, 20%)
 $disabled-border-color: darken($disabled-color, 10%)
 @if $dark
     $disabled-border-color: darken($disabled-color, 20%)
-
-// BACKGROUND
-$background-color: desaturate(lighten($primary-color, 38%), 50%)
-@if $dark
-    $background-color: desaturate(darken($primary-color, 50%), 50%)
\ No newline at end of file
diff --git 
a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_application.sass
 
b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_application.sass
index ce1a719..7cb8cc2 100644
--- 
a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_application.sass
+++ 
b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_application.sass
@@ -17,6 +17,11 @@
 //
 
////////////////////////////////////////////////////////////////////////////////
 
+// BACKGROUND
+$background-color: desaturate(lighten($primary-color, 38%), 50%)
+@if $dark
+       $background-color: desaturate(darken($primary-color, 50%), 50%)
+
 // Jewel Application
 
 // Application variables

Reply via email to