File tree 2 files changed +4
-4
lines changed
template/src/components/counter 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const Counter: React.FC = () => {
24
24
< div className = "card-action" >
25
25
< div className = "group" >
26
26
< button
27
- className = "waves-effect waves-teal btn-flat blue "
27
+ className = "waves-effect waves-teal btn-flat red "
28
28
type = "button"
29
29
data-qa = "decrement-counter"
30
30
onClick = { ( ) =>
@@ -34,7 +34,7 @@ const Counter: React.FC = () => {
34
34
decrement
35
35
</ button >
36
36
< button
37
- className = "waves-effect waves-teal btn-flat red "
37
+ className = "waves-effect waves-teal btn-flat blue "
38
38
type = "button"
39
39
data-qa = "increment-counter"
40
40
onClick = { ( ) =>
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const Counter: React.FC = () => {
24
24
< div className = "card-action" >
25
25
< div className = "group" >
26
26
< button
27
- className = "waves-effect waves-teal btn-flat blue "
27
+ className = "waves-effect waves-teal btn-flat red "
28
28
type = "button"
29
29
data-qa = "decrement-counter"
30
30
onClick = { ( ) =>
@@ -34,7 +34,7 @@ const Counter: React.FC = () => {
34
34
decrement
35
35
</ button >
36
36
< button
37
- className = "waves-effect waves-teal btn-flat red "
37
+ className = "waves-effect waves-teal btn-flat blue "
38
38
type = "button"
39
39
data-qa = "increment-counter"
40
40
onClick = { ( ) =>
You can’t perform that action at this time.
0 commit comments