easy3wui 1.5.88-beta7 → 1.5.88-beta8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -114,7 +114,7 @@ var Easy3wButton = function (_Component) {
|
|
|
114
114
|
if (btnType === 'secondary') {
|
|
115
115
|
typeProps = {};
|
|
116
116
|
} else if (btnType === 'third') {
|
|
117
|
-
typeProps = {
|
|
117
|
+
typeProps = { className: (0, _classnames2['default'])(['e3wFootBtn', 'e3wFootBtnThird']) };
|
|
118
118
|
} else {
|
|
119
119
|
typeProps = { type: btnType };
|
|
120
120
|
}
|
|
@@ -144,7 +144,7 @@ var Easy3wButton = function (_Component) {
|
|
|
144
144
|
if (btnType === 'secondary') {
|
|
145
145
|
typeProps = {};
|
|
146
146
|
} else if (btnType === 'third') {
|
|
147
|
-
typeProps = {
|
|
147
|
+
typeProps = { className: (0, _classnames2['default'])(['e3wFootBtn', 'e3wFootBtnThird']) };
|
|
148
148
|
} else {
|
|
149
149
|
typeProps = { type: btnType };
|
|
150
150
|
}
|
|
@@ -180,7 +180,7 @@ var Easy3wButton = function (_Component) {
|
|
|
180
180
|
if (btnType === 'secondary') {
|
|
181
181
|
typeProps = {};
|
|
182
182
|
} else if (btnType === 'third') {
|
|
183
|
-
typeProps = {
|
|
183
|
+
typeProps = { className: (0, _classnames2['default'])(['e3wFootBtn', 'e3wFootBtnThird']) };
|
|
184
184
|
} else {
|
|
185
185
|
typeProps = { type: btnType };
|
|
186
186
|
}
|