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

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new e7eaf17  Update jewel-button.md
e7eaf17 is described below

commit e7eaf173acf08b242dc9017a93b823b9f7689afa
Author: Andrew Wetmore <[email protected]>
AuthorDate: Wed Aug 21 09:56:11 2019 -0300

    Update jewel-button.md
    
    Fixed one other text issue.
---
 component-sets/jewel/jewel-button.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/component-sets/jewel/jewel-button.md 
b/component-sets/jewel/jewel-button.md
index 6e9bcce..df81dee 100644
--- a/component-sets/jewel/jewel-button.md
+++ b/component-sets/jewel/jewel-button.md
@@ -37,7 +37,7 @@ Available since version __0.9.4__.
 
 The Jewel Button is a commonly-used rectangular button with a text label. 
Users can click or tap it to take an action or make a choice.
 
-The Jewel Button can show different looks and feels. By default it appears 
with light or dark highlights depending on the [jewel theme 
configuration](component-sets/jewel/jewel-theme-creation.html#theme-sass-file). 
You can use the `emphasis` property to tint the button with __PRIMARY__, 
__SECONDARY__ or __EMPHASIZED__ colors (defined as well in the Jewel theme).
+The Jewel Button can show different looks and feels. By default it appears 
with light or dark highlights depending on the [Jewel theme 
configuration](component-sets/jewel/jewel-theme-creation.html#theme-sass-file). 
You can use the `emphasis` property to tint the button with __PRIMARY__, 
__SECONDARY__ or __EMPHASIZED__ colors (defined as well in the Jewel theme).
 
 When a user interacts with the button (mouse over, long-press, 
double-click...) the button calls an event listener to perform an action. When 
a user clicks the mouse on the button or taps the button on a touch screen, the 
button dispatches a click event.
 

Reply via email to