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 385d9b7  jewel-card: missed gap default in CardPrimaryContent
385d9b7 is described below

commit 385d9b7de502da9381d2d931139209f5c1435dbb
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon Feb 24 18:37:00 2020 +0100

    jewel-card: missed gap default in CardPrimaryContent
---
 frameworks/themes/JewelTheme/src/main/resources/defaults.css          | 4 ++++
 .../themes/JewelTheme/src/main/sass/components-primary/_card.sass     | 1 +
 2 files changed, 5 insertions(+)

diff --git a/frameworks/themes/JewelTheme/src/main/resources/defaults.css 
b/frameworks/themes/JewelTheme/src/main/resources/defaults.css
index 682a854..0bd6584 100644
--- a/frameworks/themes/JewelTheme/src/main/resources/defaults.css
+++ b/frameworks/themes/JewelTheme/src/main/resources/defaults.css
@@ -369,6 +369,10 @@ j|CardHeader {
   gap: 3;
 }
 
+j|CardPrimaryContent {
+  gap: 3;
+}
+
 j|CardActions {
   gap: 3;
 }
diff --git 
a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_card.sass 
b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_card.sass
index 3f21c1c..874dca2 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/components-primary/_card.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/components-primary/_card.sass
@@ -63,6 +63,7 @@ j|CardHeader
     gap: 3
 
 j|CardPrimaryContent
+    gap: 3
 
 j|CardActions
     gap: 3

Reply via email to