Skip to content

Commit c3afd0f

Browse files
committed
fix(layouts): correct width of zero to match grid
1 parent e829312 commit c3afd0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = {
4949
"backspace": { func: "backspace", classes: "control"},
5050
"accept": { func: "accept", text: "Close", classes: "control featured"},
5151
"next": { func: "next", text: "Next", classes: "featured"},
52-
"zero": { key: "0", width: 130}
52+
"zero": { key: "0", width: 120}
5353
},
5454

5555
default: [
@@ -80,7 +80,7 @@ module.exports = {
8080
"backspace": { func: "backspace", classes: "control"},
8181
"accept": { func: "accept", text: "Close", classes: "control featured"},
8282
"next": { func: "next", text: "Next", classes: "control featured"},
83-
"zero": { key: "0", width: 130}
83+
"zero": { key: "0", width: 120}
8484
},
8585

8686
default: [

0 commit comments

Comments
 (0)