diff --git a/semantic/src/themes/tripwire/elements/button.variables b/semantic/src/themes/tripwire/elements/button.variables index 343f481..48e1f6a 100644 --- a/semantic/src/themes/tripwire/elements/button.variables +++ b/semantic/src/themes/tripwire/elements/button.variables @@ -8,7 +8,7 @@ /* Button */ @verticalMargin: 0em; -@horizontalMargin: 0.25em; +@horizontalMargin: 0.5em; @backgroundColor: #E0E1E2; @backgroundImage: none; @background: @backgroundColor @backgroundImage; diff --git a/src/components/suir/button/Button.examples.md b/src/components/suir/button/Button.examples.md index a6ef698..63984f6 100644 --- a/src/components/suir/button/Button.examples.md +++ b/src/components/suir/button/Button.examples.md @@ -55,4 +55,13 @@ +## Adjacent Buttons + + const Button = require('semantic-ui-react').Button; +
+ + + +
+ See full input documentation [here](http://react.semantic-ui.com/elements/button)