We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac9a7a commit 0e9dcb3Copy full SHA for 0e9dcb3
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@nordcloud/gnui",
3
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
4
- "version": "11.4.1",
+ "version": "11.5.0",
5
"license": "MIT",
6
"repository": {
7
"type": "git",
src/components/table/Table.tsx
@@ -87,6 +87,7 @@ const Tr = styled.tr``;
87
88
const Th = styled.th<{ width?: string }>`
89
border-bottom: 2px solid ${theme.color.border.border01};
90
+ font-weight: ${theme.fontWeights.medium};
91
`;
92
93
function Table(props: React.ComponentProps<typeof StyledTable>) {
0 commit comments