Skip to content

Commit

Permalink
force light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKreizl committed Aug 23, 2023
1 parent a71c221 commit 24f2d97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions woosms-sms-module-for-woocommerce-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@
}
</style>
<div id="bulkgate-plugin" style="--primary: #955a89; --secondary: #0094F0; --content: #f1f1f1;">
<gate-ecommerce-plugin>
</gate-ecommerce-plugin>
<gate-ecommerce-plugin data-theme='{"palette": {"mode": "light"}}'></gate-ecommerce-plugin>
<div id="loading">
<div>
<img src="$logo" />
Expand Down Expand Up @@ -166,7 +164,7 @@ function(widget) {
}
JS
);
print("<gate-send-message></gate-send-message>");
print('<gate-send-message data-theme=\'{"palette": {"mode": "light"}}\'></gate-send-message>');
}, 'shop_order', 'side', 'high');
/*add_meta_box(
'send_sms', 'BulkGate', function ($post) {
Expand Down

0 comments on commit 24f2d97

Please sign in to comment.