Merge main into sweep/backend-status-message

This commit is contained in:
sweep-ai[bot] 2023-11-30 17:42:37 +00:00 committed by GitHub
commit c5bfaa0806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,9 @@ function SettingsDialog({ settings, setSettings }: Props) {
</div> </div>
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
<Label htmlFor="editor-theme"> <Label htmlFor="editor-theme">
<div>Code Editor Theme</div> <div>
Code Editor Theme - requires page refresh to update
</div>
</Label> </Label>
<div> <div>
<Select // Use the custom Select component here <Select // Use the custom Select component here