Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 0806cf2

Browse files
committed
feat(datatable): better configurable DataTable head font weight
1 parent a2341db commit 0806cf2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import './variables';
22

33
.s-tbl-head {
4-
font-weight: map-get($font-weights, 'medium');
4+
font-weight: $tbl-head-font-weight;
55
}

packages/svelte-materialify/src/components/DataTable/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ $tbl-border-color: rgba(0, 0, 0, 0.12);
44
$tbl-border-radius: $border-radius-root !default;
55
$tbl-border-width: 1px;
66
$tbl-background-hover: rgba(0, 0, 0, 0.04);
7+
$tbl-head-font-weight: map-get($font-weights, 'medium');

0 commit comments

Comments
 (0)