Store alerts update - use admin theme colors

This commit is contained in:
Panos (Panagiotis) Synetos 2023-07-14 13:51:49 +03:00
parent cfff3c6d69
commit 81f0f7879d
No known key found for this signature in database
GPG Key ID: 0404F1D7F00137F9
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
}
.is-alert-update {
$alert-color: #11a0d2;
$alert-color: var(--wp-admin-theme-color);
&::before {
background-color: $alert-color;