gd-bs 5.2.7 → 5.2.8
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.
package/package.json
CHANGED
|
@@ -198,7 +198,7 @@ class _Tooltip extends Base<ITooltipProps> {
|
|
|
198
198
|
// See if a button exists
|
|
199
199
|
if (this.props.btnProps && this.props.btnProps.type > 0) {
|
|
200
200
|
// Match the theme to the button type
|
|
201
|
-
switch (this.props.type) {
|
|
201
|
+
switch (this.props.btnProps.type) {
|
|
202
202
|
// Danger
|
|
203
203
|
case ButtonTypes.Danger:
|
|
204
204
|
case ButtonTypes.OutlineDanger:
|