Skip to content

Commit

Permalink
Fix neutral callout colors in xcode-civic theme
Browse files Browse the repository at this point in the history
  • Loading branch information
seshrs committed Apr 26, 2021
1 parent f91dee9 commit 0b9b546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src_js/subthemes/definitions/common_dark_theme_colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
'--main-blockquote-text-border': '#3b434b',
'--main-header-border-bottom-color': BORDER_LINE_COLOR,

'--primer-spec-callout-neutral-bg-color': 'rgb(22, 27, 34)',
'--primer-spec-callout-neutral-bg-color': 'rgba(22, 27, 34, 0.8)',
'--primer-spec-callout-neutral-text-color': MAIN_TEXT_COLOR,
'--primer-spec-callout-neutral-border-color': 'rgb(48, 54, 61)',
'--primer-spec-callout-info-bg-color': 'rgba(56, 139, 253, 0.1)',
Expand Down
1 change: 1 addition & 0 deletions src_js/subthemes/definitions/xcode_civic.theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const xcode_dark_theme_vars: SubthemeDefinitionType = {
'--tt-border-radius': '3px',
'--main-header-border-bottom-color': BORDER_LINE_COLOR,

'--primer-spec-callout-neutral-text-color': 'black',
'--primer-spec-callout-info-text-color': 'black',
'--primer-spec-callout-warning-text-color': 'black',
'--primer-spec-callout-danger-text-color': 'black',
Expand Down

0 comments on commit 0b9b546

Please sign in to comment.