We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5bec0 commit d04a84cCopy full SHA for d04a84c
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@equinor/amplify-component-lib",
3
- "version": "12.0.4",
+ "version": "12.0.5",
4
"description": "Frontend Typescript components for the Amplify team",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/molecules/Tag/Tag.tsx
@@ -19,7 +19,7 @@ const Container = styled.div<ContainerProps>`
19
padding: ${spacings.xx_small} ${spacings.x_small};
20
gap: ${spacings.x_small};
21
background: ${({ $color }) => TAG_COLORS[$color].background};
22
- min-height: calc(24px + 2 * ${spacings.xx_small});
+ min-height: 24px;
23
> span {
24
color: ${({ $color }) => TAG_COLORS[$color].text};
25
line-height: normal;
0 commit comments