@loomhq/lens 10.102.0 → 10.102.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -128,7 +128,7 @@ const TabWrapper = styled.button `
|
|
|
128
128
|
}
|
|
129
129
|
`;
|
|
130
130
|
const TabWrapperPilled = styled.button `
|
|
131
|
-
padding: ${u(1)}
|
|
131
|
+
padding: ${u(1)} 0;
|
|
132
132
|
|
|
133
133
|
appearance: none;
|
|
134
134
|
font: inherit;
|
|
@@ -144,7 +144,8 @@ const TabWrapperPilled = styled.button `
|
|
|
144
144
|
color: inherit;
|
|
145
145
|
text-decoration: none;
|
|
146
146
|
flex-shrink: 0;
|
|
147
|
-
${getFontWeight('
|
|
147
|
+
${getFontWeight('bold')};
|
|
148
|
+
|
|
148
149
|
transition: 0.6s color;
|
|
149
150
|
white-space: nowrap;
|
|
150
151
|
${props => props.isActive &&
|