mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed site description input field bug in settings (#18771)
refs. https://github.com/TryGhost/Product/issues/4060 - site description input field in design settings had a transparent background
This commit is contained in:
parent
7af870c022
commit
aa3ed24049
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ const BrandSettings: React.FC<{ values: BrandSettingValues, updateSetting: (key:
|
|||
<SettingGroupContent>
|
||||
<TextField
|
||||
key='site-description'
|
||||
clearBg={true}
|
||||
hint='Used in your theme, meta data and search results'
|
||||
title='Site description'
|
||||
value={siteDescription}
|
||||
|
|
Loading…
Add table
Reference in a new issue