Skip to content
Snippets Groups Projects
Commit b029aeba authored by Stefan Neumann's avatar Stefan Neumann :speech_balloon:
Browse files

changed font size from 24 to 18

parent 646f9d69
No related branches found
No related tags found
No related merge requests found
......@@ -10,13 +10,13 @@ module.exports = function () {
type: 'button',
previewStyle: {
text: `Pad ${i + 1}`,
size: '24',
size: '18',
color: combineRgb(255, 255, 255),
bgcolor: combineRgb(0, 0, 0),
},
style: {
text: `$(PlayWall:pad-${i})`,
size: '24',
size: '18',
color: combineRgb(255, 255, 255),
bgcolor: combineRgb(0, 0, 0),
},
......@@ -53,7 +53,7 @@ module.exports = function () {
type: 'button',
style: {
text: `Seite ${i + 1}`,
size: '24',
size: '18',
color: combineRgb(255, 255, 255),
bgcolor: combineRgb(0, 0, 0),
},
......@@ -86,7 +86,7 @@ module.exports = function () {
type: 'button',
style: {
text: 'Zurück',
size: '24',
size: '18',
color: combineRgb(255, 255, 255),
bgcolor: combineRgb(0, 0, 0),
},
......@@ -109,7 +109,7 @@ module.exports = function () {
type: 'button',
style: {
text: 'Vor',
size: '24',
size: '18',
color: combineRgb(255, 255, 255),
bgcolor: combineRgb(0, 0, 0),
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment