Fix rule toggle button style

This commit is contained in:
Jordan Wages 2025-07-16 00:04:11 -05:00
commit f156a653ef

View file

@ -336,7 +336,7 @@ document.addEventListener('DOMContentLoaded', async () => {
const toggleBtn = document.createElement('button'); const toggleBtn = document.createElement('button');
toggleBtn.type = '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'); const toggleIcon = document.createElement('img');
toggleIcon.width = 16; toggleIcon.width = 16;
toggleIcon.height = 16; toggleIcon.height = 16;