Skip to content

Commit ea19b23

Browse files
PanosSynetoskdevnel
authored andcommitted
Fix activation css to use wp-admin-theme-color
1 parent dbffd6b commit ea19b23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plugins/woocommerce/client/legacy/css/activation.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ div.woocommerce-message {
1111
position: relative;
1212

1313
&.updated {
14-
border-left-color: #7F54B3 !important;
14+
border-left-color: var(--wp-admin-theme-color) !important;
1515
}
1616
}
1717

1818
p.woocommerce-actions,
1919
.woocommerce-message {
2020

2121
.button-primary {
22-
background: #7F54B3;
23-
border-color: #7F54B3;
22+
background: var(--wp-admin-theme-color);
23+
border-color: var(--wp-admin-theme-color);
2424
box-shadow: 0 0 0;
2525
color: #fff;
2626
text-shadow: none;
2727

2828
&:hover,
2929
&:focus,
3030
&:active {
31-
background: #674399;
32-
border-color: #674399;
31+
background: var(--wp-admin-theme-color-darker-10);
32+
border-color: var(--wp-admin-theme-color-darker-10);
3333
box-shadow: 0 0 0;
3434
}
3535
}

0 commit comments

Comments
 (0)