File tree Expand file tree Collapse file tree 1 file changed +11
-19
lines changed
packages/clay-button/src/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +11
-19
lines changed Original file line number Diff line number Diff line change @@ -52,29 +52,21 @@ exports[`Button renders ClayButtonWithIcon without monospaced 1`] = `
52
52
exports [` Button renders a ButtonGroup with spaced 1` ] = `
53
53
<div >
54
54
<div
55
- class = " btn-group"
55
+ class = " btn-group-spaced "
56
56
role = " group"
57
57
>
58
- <div
59
- class = " btn-group-item"
58
+ <button
59
+ class = " btn btn-primary"
60
+ type = " button"
60
61
>
61
- <button
62
- class = " btn btn-primary"
63
- type = " button"
64
- >
65
- Button
66
- </button >
67
- </div >
68
- <div
69
- class = " btn-group-item"
62
+ Button
63
+ </button >
64
+ <button
65
+ class = " btn btn-primary"
66
+ type = " button"
70
67
>
71
- <button
72
- class = " btn btn-primary"
73
- type = " button"
74
- >
75
- Button
76
- </button >
77
- </div >
68
+ Button
69
+ </button >
78
70
</div >
79
71
</div >
80
72
` ;
You can’t perform that action at this time.
0 commit comments