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 d7bb746 commit e6b56c1Copy full SHA for e6b56c1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.24",
+ "version": "0.1.25",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/Button/Button.styles.tsx
@@ -63,16 +63,17 @@ const handleLabel = (p: StyledButtonProps) => {
63
if (!p.isLabel) {
64
return `
65
width: 24px;
66
+ `;
67
+ }
68
+ return `
69
color: ${p.color ?? primaryColor};
70
height: 100%;
71
font-size: 15px;
72
margin: 0 5px 0 5px;
73
white-space: nowrap;
74
`;
- }
75
};
76
-
77
export const StyledButton = styled.button<StyledButtonProps>`
78
display: flex;
79
justify-content: center;
0 commit comments