Redesign chat backgrounds: blueprint, carbon, stars, topographic, herringbone, crosshatch
This commit is contained in:
@@ -761,11 +761,12 @@ function Editor() {
|
||||
|
||||
const BG_OPTIONS: { value: ChatBackground; label: string }[] = [
|
||||
{ value: 'none', label: 'None' },
|
||||
{ value: 'dots', label: 'Dots' },
|
||||
{ value: 'grid', label: 'Grid' },
|
||||
{ value: 'diagonal', label: 'Diagonal' },
|
||||
{ value: 'solid-navy', label: 'Navy' },
|
||||
{ value: 'solid-void', label: 'Void' },
|
||||
{ value: 'blueprint', label: 'Blueprint' },
|
||||
{ value: 'carbon', label: 'Carbon' },
|
||||
{ value: 'stars', label: 'Stars' },
|
||||
{ value: 'topographic', label: 'Topographic' },
|
||||
{ value: 'herringbone', label: 'Herringbone' },
|
||||
{ value: 'crosshatch', label: 'Crosshatch' },
|
||||
];
|
||||
|
||||
function SelectChatBackground() {
|
||||
|
||||
Reference in New Issue
Block a user