We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0d868 commit 2276f65Copy full SHA for 2276f65
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@equinor/amplify-component-lib",
3
- "version": "13.1.0",
+ "version": "13.1.1",
4
"description": "Frontend Typescript components for the Amplify team",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/molecules/Button/Button.styles.ts
@@ -17,7 +17,7 @@ export const resolveBorderColor = (tokens: {
17
}) => ('borderColor' in tokens ? tokens.borderColor : tokens.backgroundColor);
18
19
export const ButtonPrimitive = styled.button<ButtonStyles>`
20
- display: grid;
+ display: inline-grid;
21
grid-auto-flow: column;
22
grid-template-columns: auto;
23
0 commit comments