We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b56c1 commit b58d3bdCopy full SHA for b58d3bd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.25",
+ "version": "0.1.26",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/Button/Button.styles.tsx
@@ -67,9 +67,8 @@ const handleLabel = (p: StyledButtonProps) => {
67
}
68
return `
69
color: ${p.color ?? primaryColor};
70
- height: 100%;
71
font-size: 15px;
72
- margin: 0 5px 0 5px;
+ padding: 0 5px 0 5px;
73
white-space: nowrap;
74
`;
75
};
0 commit comments