Skip to content

Commit

Permalink
AI Assistant: Breve UI and text enhancements (#38553)
Browse files Browse the repository at this point in the history
* update feature color

* add feature description text

* change features text color

* change the explainer text

* changelog
  • Loading branch information
dhasilva authored Jul 26, 2024
1 parent a810cb5 commit 5385da3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

AI Assistant: Breve UI and text enhancements
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
margin-bottom: 24px;

.components-checkbox-control {
color: #757575;

&__input {
@include features-colors( ( 'border-color' ) );
&:checked {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const Controls = ( { blocks, disabledFeatures } ) => {

return (
<div className="jetpack-ai-proofread">
<p> { __( 'Improve your writing with AI.', 'jetpack' ) }</p>
<PanelRow>
<BaseControl>
<div className="grade-level-container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

$features-colors: (
'complex-words': rgb( 240, 184, 73 ),
'unconfident-words': rgb( 0, 175, 82 ),
'unconfident-words': rgb( 9, 181, 133 ),
'long-sentences': rgb( 122, 0, 223 ),
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default function Highlight() {
{ suggestions?.suggestion }
</Button>
<div className="helper">
{ __( 'Click on a suggestion to insert it.', 'jetpack' ) }
{ __( 'Click on the suggestion to insert it.', 'jetpack' ) }
</div>
</div>
) : (
Expand Down

0 comments on commit 5385da3

Please sign in to comment.