mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
@@ -52,7 +52,7 @@ export const DocPrimaryModeValue = ({ onChange }: PropertyValueProps) => {
|
||||
return (
|
||||
<PropertyValue className={styles.container} hoverable={false}>
|
||||
<RadioGroup
|
||||
width={194}
|
||||
width={BUILD_CONFIG.isMobileEdition ? '100%' : 194}
|
||||
itemHeight={24}
|
||||
value={primaryMode}
|
||||
onChange={handleChange}
|
||||
|
||||
@@ -39,7 +39,7 @@ export const EdgelessThemeValue = ({ onChange }: PropertyValueProps) => {
|
||||
return (
|
||||
<PropertyValue className={styles.container} hoverable={false}>
|
||||
<RadioGroup
|
||||
width={194}
|
||||
width={BUILD_CONFIG.isMobileEdition ? '100%' : 194}
|
||||
itemHeight={24}
|
||||
value={edgelessTheme || 'system'}
|
||||
onChange={handleChange}
|
||||
|
||||
@@ -51,7 +51,7 @@ export const PageWidthValue = ({ onChange }: PropertyValueProps) => {
|
||||
return (
|
||||
<PropertyValue className={container} hoverable={false}>
|
||||
<RadioGroup
|
||||
width={194}
|
||||
width={BUILD_CONFIG.isMobileEdition ? '100%' : 194}
|
||||
itemHeight={24}
|
||||
value={radioValue}
|
||||
onChange={handleChange}
|
||||
|
||||
Reference in New Issue
Block a user