このコミットが含まれているのは:
@@ -319,23 +319,6 @@ const ThemeSection: FC<SharedSectionProps> = (
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="space-y-2 rounded-lg border border-border bg-background p-3
|
||||
text-foreground shadow-sm transition-colors">
|
||||
<p className="text-sm font-medium">プレビュー</p>
|
||||
<p className="text-xs text-muted-foreground">
|
||||
現在の表示テーマ: {themeLabelById (draftActiveThemeId, draftCustomThemes)}
|
||||
</p>
|
||||
<div className="flex flex-wrap gap-3" style={themePreviewStyle (draftTagColours)}>
|
||||
{CATEGORIES.map (category => (
|
||||
<TagLink
|
||||
key={category}
|
||||
tag={previewTags[category]}
|
||||
linkFlg={false}
|
||||
truncateOnMobile
|
||||
withWiki={false}/>))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Button type="button" onClick={onThemeSubmit}>
|
||||
テーマを保存
|
||||
</Button>
|
||||
|
||||
新しい課題から参照
ユーザをブロックする