Skip to content

Commit

Permalink
feat(table): adjust table header bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed May 29, 2023
1 parent 5506309 commit f95e5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/STableHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ defineProps<{

<style scoped lang="postcss">
.STableHeader {
border-radius: 6px 6px 0 0;
padding-right: var(--table-padding-right);
padding-left: var(--table-padding-left);
background-color: var(--c-bg-soft);
}
.container {
Expand Down

0 comments on commit f95e5e6

Please sign in to comment.