Merge pull request #99 from wagesj45/codex/fix-visual-bug-in-rule-editor-button

Fix rule toggle button style
This commit is contained in:
Jordan Wages 2025-07-16 00:04:24 -05:00 committed by GitHub
commit bd050532ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -336,7 +336,7 @@ document.addEventListener('DOMContentLoaded', async () => {
const toggleBtn = document.createElement('button');
toggleBtn.type = 'button';
toggleBtn.className = 'button is-small rule-toggle';
toggleBtn.className = 'button is-small is-light rule-toggle';
const toggleIcon = document.createElement('img');
toggleIcon.width = 16;
toggleIcon.height = 16;