Skip to content

Commit

Permalink
#37 changes header color labels
Browse files Browse the repository at this point in the history
  • Loading branch information
timurtripp committed Dec 1, 2023
1 parent d176e7a commit b1435b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SiteConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ public function buildThemeSettingsForm(array &$form, FormStateInterface &$form_s
'#options' => [
$this->t('Black'),
$this->t('White'),
$this->t('Light'),
$this->t('Dark'),
$this->t('Light Gray'),
$this->t('Dark Gray'),
],
'#description' => $this->t('Select the color for the header background for the site information at the top of the page.'),
];
Expand Down

0 comments on commit b1435b0

Please sign in to comment.