aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-17 22:18:55 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-17 22:18:55 +0100
commit7c65105888716d0c755aa0bafb1d762469ce3d95 (patch)
tree6a718aead76d870f3177876b5deed26b51f9acbd /src/features/workspaces
parentRefine selector for horizontal siebar scrolling container (diff)
downloadferdium-app-7c65105888716d0c755aa0bafb1d762469ce3d95.tar.gz
ferdium-app-7c65105888716d0c755aa0bafb1d762469ce3d95.tar.zst
ferdium-app-7c65105888716d0c755aa0bafb1d762469ce3d95.zip
Fix create workspace button style when no accent color set
Diffstat (limited to 'src/features/workspaces')
-rw-r--r--src/features/workspaces/components/EditWorkspaceForm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/workspaces/components/EditWorkspaceForm.js b/src/features/workspaces/components/EditWorkspaceForm.js
index 26b3f83af..878713fe9 100644
--- a/src/features/workspaces/components/EditWorkspaceForm.js
+++ b/src/features/workspaces/components/EditWorkspaceForm.js
@@ -228,6 +228,7 @@ class EditWorkspaceForm extends Component {
228 type="submit" 228 type="submit"
229 label={intl.formatMessage(messages.buttonSave)} 229 label={intl.formatMessage(messages.buttonSave)}
230 busy={isSaving} 230 busy={isSaving}
231 className="franz-form__button"
231 buttonType={isSaving ? 'secondary' : 'primary'} 232 buttonType={isSaving ? 'secondary' : 'primary'}
232 onClick={this.save.bind(this, form)} 233 onClick={this.save.bind(this, form)}
233 // TODO: Need to disable if no services have been added to this workspace 234 // TODO: Need to disable if no services have been added to this workspace