File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
template/src/components/counter Expand file tree Collapse file tree 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 = () => {
2424 < div className = "card-action" >
2525 < div className = "group" >
2626 < button
27- className = "waves-effect waves-teal btn-flat blue "
27+ className = "waves-effect waves-teal btn-flat red "
2828 type = "button"
2929 data-qa = "decrement-counter"
3030 onClick = { ( ) =>
@@ -34,7 +34,7 @@ const Counter: React.FC = () => {
3434 decrement
3535 </ button >
3636 < button
37- className = "waves-effect waves-teal btn-flat red "
37+ className = "waves-effect waves-teal btn-flat blue "
3838 type = "button"
3939 data-qa = "increment-counter"
4040 onClick = { ( ) =>
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const Counter: React.FC = () => {
2424 < div className = "card-action" >
2525 < div className = "group" >
2626 < button
27- className = "waves-effect waves-teal btn-flat blue "
27+ className = "waves-effect waves-teal btn-flat red "
2828 type = "button"
2929 data-qa = "decrement-counter"
3030 onClick = { ( ) =>
@@ -34,7 +34,7 @@ const Counter: React.FC = () => {
3434 decrement
3535 </ button >
3636 < button
37- className = "waves-effect waves-teal btn-flat red "
37+ className = "waves-effect waves-teal btn-flat blue "
3838 type = "button"
3939 data-qa = "increment-counter"
4040 onClick = { ( ) =>
You can’t perform that action at this time.
0 commit comments