diff --git a/src/app.js b/src/app.js index 547b1b7..291e3dd 100644 --- a/src/app.js +++ b/src/app.js @@ -17,7 +17,7 @@ React.render(html` <${Store.Provider}> <${UI.Select}/> -
+
<${UI.Controls}/>
<${UI.Chart}> @@ -25,6 +25,6 @@ React.render(html`
- + `, ShadowDiv); \ No newline at end of file diff --git a/src/twind.js b/src/twind.js index 22f4a55..956c1e2 100644 --- a/src/twind.js +++ b/src/twind.js @@ -68,7 +68,7 @@ export const Configure = { } ], [ 'box-notch', "border-t(1 [#ffffff]) border-b(1 [#00000033]) flex items-center justify-end gap-1 p-2" ], - [ "box-buttons", "flex gap-1 items-center p-2 rounded-lg bg-gradient-to-b from-zinc-300 border-b(1 [#ffffff]) border-t(1 [#00000033])"] + [ "box-buttons", "flex gap-1 items-center p-2 rounded-lg bg-gradient-to-b from-[#00000022] border-b(1 [#ffffff]) border-t(1 [#00000033])"] ], presets: [TWPreTail(), TWPreAuto()] }; diff --git a/src/ui.js b/src/ui.js index 7cd939a..0d60948 100644 --- a/src/ui.js +++ b/src/ui.js @@ -88,7 +88,7 @@ export const Controls =()=> const classTitle = "flex-1 text-sm" return html` -
+
Channel