mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
feat(core): support create cloud workspace (#5771)
close TOV-475 has not logged: https://github.com/toeverything/AFFiNE/assets/102217452/b9aa2806-7dbd-4235-895d-5b27effb5831 has logged : https://github.com/toeverything/AFFiNE/assets/102217452/259a1c35-c6ab-4a52-9e03-4438ca64e620 client has not logged: https://github.com/toeverything/AFFiNE/assets/102217452/af6ef528-6fb8-4a27-842f-00c9669afcb2
This commit is contained in:
@@ -43,3 +43,7 @@ export const switchCheckedStyle = style({
|
||||
},
|
||||
},
|
||||
});
|
||||
export const switchDisabledStyle = style({
|
||||
cursor: 'not-allowed',
|
||||
opacity: 0.5,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user