Skip to content

Commit 0e9dcb3

Browse files
authored
change table header font weight from 700 to 500 (#780)
1 parent bac9a7a commit 0e9dcb3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nordcloud/gnui",
33
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
4-
"version": "11.4.1",
4+
"version": "11.5.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

src/components/table/Table.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ const Tr = styled.tr``;
8787

8888
const Th = styled.th<{ width?: string }>`
8989
border-bottom: 2px solid ${theme.color.border.border01};
90+
font-weight: ${theme.fontWeights.medium};
9091
`;
9192

9293
function Table(props: React.ComponentProps<typeof StyledTable>) {

0 commit comments

Comments
 (0)