Skip to content

Commit

Permalink
change .rm-extensions-settings to .rm-settings-panel, specifically ta…
Browse files Browse the repository at this point in the history
…rget wb table (#489)
  • Loading branch information
mdroidian authored Sep 4, 2024
1 parent bc8c39a commit 7382ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SettingsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const SettingsTable =
<style>
{/* override blueprint styles while still allowing 3rd party theming */}
{`
.rm-extensions-settings table.bp3-html-table th,
.rm-extensions-settings table.bp3-html-table td {
.rm-settings-panel table.workbench-settings th,
.rm-settings-panel table.workbench-settings td {
color: white;
}
`}
Expand Down

0 comments on commit 7382ad3

Please sign in to comment.