aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher/style_switcher.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-23 07:28:53 +0300
committerHenry Jameson <me@hjkos.com>2018-11-23 07:28:53 +0300
commit91ea9b7b0e7b2ad818c0ac026951cd5a9c68bfdf (patch)
treeacbaf8c3150445a58d03f26e604b97c98e4841b6 /src/components/style_switcher/style_switcher.js
parentd2f3b6d2442a04e6bcb244d0644c8c0dd6caa8fe (diff)
checkbox radius
Diffstat (limited to 'src/components/style_switcher/style_switcher.js')
-rw-r--r--src/components/style_switcher/style_switcher.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js
index 710694d4..edc614c3 100644
--- a/src/components/style_switcher/style_switcher.js
+++ b/src/components/style_switcher/style_switcher.js
@@ -76,6 +76,7 @@ export default {
btnRadiusLocal: '',
inputRadiusLocal: '',
+ checkboxRadiusLocal: '',
panelRadiusLocal: '',
avatarRadiusLocal: '',
avatarAltRadiusLocal: '',
@@ -154,6 +155,7 @@ export default {
return {
btn: this.btnRadiusLocal,
input: this.inputRadiusLocal,
+ checkbox: this.checkboxRadiusLocal,
panel: this.panelRadiusLocal,
avatar: this.avatarRadiusLocal,
avatarAlt: this.avatarAltRadiusLocal,
@@ -421,6 +423,7 @@ export default {
// TODO optimize this
this.btnRadiusLocal = radii.btn
this.inputRadiusLocal = radii.input
+ this.checkboxRadiusLocal = radii.checkbox
this.panelRadiusLocal = radii.panel
this.avatarRadiusLocal = radii.avatar
this.avatarAltRadiusLocal = radii.avatarAlt