Skip to content
Next Next commit
WIP fix record audio button color token
  • Loading branch information
Myestery committed Nov 19, 2025
commit 6f4c335566c1e179adf07d5bc506d1974e331bfa
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="relative">
<div class="mb-4">
<Button
class="text-text-secondary w-full border-0 bg-secondary-background hover:bg-secondary-background-hover"
class="text-text-secondary w-full border-0 bg-component-node-widget-background hover:bg-secondary-background-hover"
:disabled="isRecording || readonly"
@click="handleStartRecording"
>
Expand Down