Skip to content

Commit bc8c39a

Browse files
authored
Settings Ttable CSS fix (#487)
* add td * 1.6.1
1 parent c92941f commit bc8c39a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-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
@@ -23,7 +23,7 @@
2323
"@types/mozilla-readability": "^0.2.0",
2424
"@types/turndown": "^5.0.1"
2525
},
26-
"version": "1.6.0",
26+
"version": "1.6.1",
2727
"samepage": {
2828
"extends": "node_modules/roamjs-components/package.json"
2929
}

src/components/SettingsTable.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ const SettingsTable =
5656
<style>
5757
{/* override blueprint styles while still allowing 3rd party theming */}
5858
{`
59-
.rm-extensions-settings table.bp3-html-table th {
59+
.rm-extensions-settings table.bp3-html-table th,
60+
.rm-extensions-settings table.bp3-html-table td {
6061
color: white;
6162
}
6263
`}

0 commit comments

Comments
 (0)