(core) Support dark mode in custom widgets

Test Plan: Manual.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D4036
This commit is contained in:
George Gevoian
2023-09-19 14:44:22 -04:00
parent ffbf93b85f
commit 4c25aa7d3d
18 changed files with 444 additions and 71 deletions

View File

@@ -0,0 +1,8 @@
<html>
<head>
<script src="/grist-plugin-api.js"></script>
</head>
<body>
<button onclick="grist.ready()">Ready</button>
</body>
</html>