Skip to content

Commit 672d6b7

Browse files
authored
fix: add ui for table (#82)
1 parent cb88676 commit 672d6b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eleven-labs/design-system",
33
"description": "Design System for Eleven Labs",
4-
"version": "0.37.0",
4+
"version": "0.37.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/eleven-labs/design-system.git"

src/pages/PostPage/PostPage.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $headings-by-compoent-variant-name: (
108108
background-color: map-get-strict($token-variables, 'color', 'white');
109109
}
110110

111-
tr + tr {
111+
tr:nth-child(even) {
112112
background-color: map-get-strict($token-variables, 'color', 'secondary-dark');
113113
}
114114
}

0 commit comments

Comments
 (0)