Skip to content

Commit

Permalink
Merge pull request #6876 from Automattic/fix/ai-button-border-when-le…
Browse files Browse the repository at this point in the history
…arning-mode-deactivated

Fix AI button border not being visible if learning mode not active
  • Loading branch information
Imran92 authored May 10, 2023
2 parents 062cee5 + 936459a commit 79f9754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/blocks/quiz/quiz.editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ $gray-400: #ccc;
}
}
}
color: var(--sensei-primary-color);
color: var(--wp--preset--color--primary);
border-radius: 8px;
padding: 12px 16px 12px 18px;
border: 1px solid var(--sensei-primary-color);
border: 1px solid var(--wp--preset--color--primary);
box-shadow: none;
.button-text-content {
display: flex;
Expand Down

0 comments on commit 79f9754

Please sign in to comment.