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 af680df  tour-de-jewel: make grids more dark grey
af680df is described below

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

    tour-de-jewel: make grids more dark grey
---
 examples/royale/TourDeJewel/src/main/resources/jewel-example-styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/royale/TourDeJewel/src/main/resources/jewel-example-styles.css 
b/examples/royale/TourDeJewel/src/main/resources/jewel-example-styles.css
index 4fe1df4..11e74af 100644
--- a/examples/royale/TourDeJewel/src/main/resources/jewel-example-styles.css
+++ b/examples/royale/TourDeJewel/src/main/resources/jewel-example-styles.css
@@ -109,7 +109,7 @@ j|IconButtonBar
 }
 
 .box {
-    background: #dedede;
+    background: #666;
     border-radius: 3px;
     padding: 12px;
     color: white;

Reply via email to