From c3399f72974ab161a64c07a472ef20ae7e9be001 Mon Sep 17 00:00:00 2001 From: dhasilva Date: Tue, 22 Aug 2023 16:00:21 +0000 Subject: [PATCH] AI Extension: Specify input background color on form (#32628) * specify input background color * changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/5941049284 --- CHANGELOG.md | 1 + src/components/ai-control/style.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b1c7a..5b2a122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This is an alpha version! The changes listed here are not final. ### Changed +- AI Extension: Specify input background color - Updated package dependencies. ## [0.1.4] - 2023-08-14 diff --git a/src/components/ai-control/style.scss b/src/components/ai-control/style.scss index a8efb25..3ab602a 100644 --- a/src/components/ai-control/style.scss +++ b/src/components/ai-control/style.scss @@ -29,6 +29,7 @@ width: 100%; textarea.jetpack-components-ai-control__input { + background-color: var( --jp-white ); width: 100%; min-height: 20px; border-radius: 2px;