buttons: Redesign some old-style buttons with rounded class.

Fixes part of #35006.
This commit is contained in:
Maneesh Shukla
2025-07-04 15:45:00 +05:30
committed by Tim Abbott
parent 9de1b47ffa
commit 3bd8c28fca
8 changed files with 45 additions and 19 deletions

View File

@@ -152,7 +152,7 @@
{{/each}}
<div class="input-group">
<label class="settings-field-label channel-color-label">{{t "Channel color" }}</label>
<button class="button small rounded stream-settings-color-selector choose_stream_color" data-stream-id="{{ sub.stream_id }}">
<button class="action-button action-button-quiet-neutral stream-settings-color-selector choose_stream_color" data-stream-id="{{ sub.stream_id }}">
<span class="stream-settings-color-preview" style="background: {{sub.color}};"></span>
<span class="stream-settings-color-selector-label">{{t "Change color"}}</span>
</button>