Skip to content

Commit

Permalink
Change send message button color
Browse files Browse the repository at this point in the history
  • Loading branch information
renancarvalho committed Oct 2, 2024
1 parent ad1270c commit a349139
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "@automattic/typography/styles/variables";
$blueberry-color: #3858e9;

.odie-send-message-input-container {
display: flex;
Expand Down Expand Up @@ -34,7 +35,7 @@
background: none;
border: none;
cursor: pointer;
background-color: var(--color-primary);
background-color: $blueberry-color;
height: 40px;
width: 40px;

Expand Down

0 comments on commit a349139

Please sign in to comment.