Skip to content

Commit

Permalink
update survey model button colors to admin theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudhand committed Jan 10, 2025
1 parent ed3de06 commit c2ad564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/survey-modal/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

.modal-survey-notice__popup-content-buttons-ok {
padding: 8px 14px;
background: var(--studio-blue-50);
background: var(--wp-admin-theme-color, #3858e9);
color: var(--studio-white);
font-size: rem(14px);
line-height: 20px;
Expand All @@ -104,7 +104,7 @@

.modal-survey-notice__popup-content-buttons-cancel {
padding: 8px 14px;
color: var(--studio-blue-50);
color: var(--wp-admin-theme-color, #3858e9);
text-align: center;
font-size: rem(14px);
line-height: 20px;
Expand Down

0 comments on commit c2ad564

Please sign in to comment.