Skip to content

Commit b58d3bd

Browse files
committed
Finally fix style
1 parent e6b56c1 commit b58d3bd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jderobot-ide-interface",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"files": [

src/components/Button/Button.styles.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ const handleLabel = (p: StyledButtonProps) => {
6767
}
6868
return `
6969
color: ${p.color ?? primaryColor};
70-
height: 100%;
7170
font-size: 15px;
72-
margin: 0 5px 0 5px;
71+
padding: 0 5px 0 5px;
7372
white-space: nowrap;
7473
`;
7574
};

0 commit comments

Comments
 (0)