|
@@ -53,6 +53,7 @@
|
|
return {
|
|
return {
|
|
backgroundColor: this._radioGroup.fill || '',
|
|
backgroundColor: this._radioGroup.fill || '',
|
|
borderColor: this._radioGroup.fill || '',
|
|
borderColor: this._radioGroup.fill || '',
|
|
|
|
+ boxShadow: this._radioGroup.fill ? `-1px 0 0 0 ${this._radioGroup.fill}` : '',
|
|
color: this._radioGroup.textColor || ''
|
|
color: this._radioGroup.textColor || ''
|
|
};
|
|
};
|
|
},
|
|
},
|