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 b58d3bd commit 05a22d9Copy full SHA for 05a22d9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.26",
+ "version": "0.1.27",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/Button/Button.styles.tsx
@@ -26,7 +26,7 @@ const handleVariant = (p: StyledButtonProps) => {
26
case "tab":
27
return `
28
background-color: transparent;
29
- width: 48px;
+ width: 48px !important;
30
`;
31
}
32
};
@@ -90,10 +90,10 @@ export const StyledButton = styled.button<StyledButtonProps>`
90
91
92
93
+ ${handleLabel}
94
${handleVariant}
95
${handleActive}
96
${handleIcon}
- ${handleLabel}
97
98
& svg {
99
width: 20px;
0 commit comments