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 eff3665 commit 928cbeaCopy full SHA for 928cbea
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.21",
+ "version": "0.1.22",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/Button/Button.styles.tsx
@@ -85,4 +85,12 @@ export const StyledButton = styled.button<StyledButtonProps>`
85
height: 20px;
86
opacity: 100%;
87
}
88
+
89
+ & label {
90
+ color: ${(p) => p.color ?? primaryColor};
91
+ height: 100%;
92
+ font-size: 15px;
93
+ margin: 0 5px 0 5px;
94
+ white-space: nowrap;
95
+ }
96
`;
0 commit comments