Skip to content

Commit 55f51f7

Browse files
committed
correct cta color
1 parent 567aff0 commit 55f51f7

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

assets/css/admin.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
--prpl-color-notification-green: #16a34a;
3333
--prpl-color-notification-red: #e73136;
3434

35+
--prpl-color-button-primary: #dd3244;
36+
--prpl-color-button-primary-hover: #cf2441;
37+
3538
--prpl-background-orange: #fff9f0;
3639
--prpl-background-purple: #f6f5fb;
3740
--prpl-background-green: #f2faf9;
@@ -299,7 +302,7 @@ button.prpl-info-icon {
299302
text-decoration: none;
300303
cursor: pointer;
301304
font-size: var(--prpl-font-size-base);
302-
background: var(--prpl-color-accent-red);
305+
background: var(--prpl-color-button-primary);
303306
line-height: 1.25;
304307
box-shadow: none;
305308
border: none;
@@ -316,7 +319,7 @@ button.prpl-info-icon {
316319
display: block;
317320
width: 100%;
318321
height: 100%;
319-
background: var(--prpl-color-accent-red);
322+
background: var(--prpl-color-button-primary);
320323
position: absolute;
321324
top: 0;
322325
left: 0;
@@ -332,10 +335,10 @@ button.prpl-info-icon {
332335

333336
&:not([disabled]):hover,
334337
&:not([disabled]):focus {
335-
background: #cf2441;
338+
background: var(--prpl-color-button-primary-hover);
336339

337340
&::after {
338-
background: #cf2441;
341+
background: var(--prpl-color-button-primary-hover);
339342
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15);
340343
width: calc(100% + 4px);
341344
height: calc(100% + 4px);

0 commit comments

Comments
 (0)