refactor: globalize modal title style
This commit is contained in:
@@ -37,7 +37,7 @@ const showCreateUploadModal = (
|
||||
uploadCallback: (createShare: CreateShare) => void
|
||||
) => {
|
||||
return modals.openModal({
|
||||
title: <Title order={4}>Share</Title>,
|
||||
title: "Share",
|
||||
children: (
|
||||
<CreateUploadModalBody
|
||||
options={options}
|
||||
|
||||
Reference in New Issue
Block a user