You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/01/18 19:39:25 UTC

[royale-asjs] branch develop updated: fix togglebutton variable in emphasized part

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 6c798c2  fix togglebutton variable in emphasized part
6c798c2 is described below

commit 6c798c2b4eb99f6d772789bc11d4241019b3f874
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Jan 18 20:39:13 2019 +0100

    fix togglebutton variable in emphasized part
---
 .../JewelTheme/src/main/sass/components-emphasized/_togglebutton.sass   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/themes/JewelTheme/src/main/sass/components-emphasized/_togglebutton.sass b/frameworks/themes/JewelTheme/src/main/sass/components-emphasized/_togglebutton.sass
index 719d6a5..af6d045 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/components-emphasized/_togglebutton.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/components-emphasized/_togglebutton.sass
@@ -20,7 +20,7 @@
 // Jewel ToggleButton
 
 // ToggleButton variables
-$button-border-radius: 3px
+$togglebutton-border-radius: 3px
 
 =togglebutton-theme($togglebutton-color, $text-color)