ai: code blocks: update colorscheme along with other stuff

This commit is contained in:
end-4
2025-04-03 22:32:02 +02:00
parent cbfb8f6ddb
commit ac59f23ca4
5 changed files with 41 additions and 32 deletions
@@ -92,6 +92,9 @@ export const ConfigToggle = ({
...rest,
});
const wholeThing = Box({
attribute: {
'enabled': enabled,
},
className: 'configtoggle-box spacing-h-5',
children: [
interactionWrapper,