Skip to content

Commit

Permalink
fix collapse text color
Browse files Browse the repository at this point in the history
  • Loading branch information
gvorbeck committed Dec 10, 2024
1 parent f146c36 commit 95c45db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/support/darkTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const cqDarkTheme = {
headerBg: ColorScheme.SEABUCKTHORN,
colorBorder: ColorScheme.CALIFORNIA,
colorTextHeading: ColorScheme.SHIPGRAY,
contentBg: lightenHexColor(ColorScheme.SHIPGRAY, 25),
},
Descriptions: {
padding: 8,
Expand Down

0 comments on commit 95c45db

Please sign in to comment.