0
Fork 0
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:
Peter Zimon 2023-10-26 09:57:59 +02:00 committed by GitHub
parent 7af870c022
commit aa3ed24049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}