Skip to content

Commit c66f3d2

Browse files
authored
revert: christmas 2025 theme (#815)
* revert: christmas 2025 theme * fix: use default mc font
1 parent ab7e0b5 commit c66f3d2

File tree

8 files changed

+67
-531
lines changed

8 files changed

+67
-531
lines changed

apps/discord-bot/src/components/Table/TableSeparator.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const TableSeparator = ({ children, title }: TableSeparatorProps) => {
3737
bottomLeft: 0,
3838
bottomRight: 0,
3939
}}
40-
padding={-2}
40+
padding={0}
4141
>
4242
{title ?
4343
(
@@ -62,7 +62,7 @@ export const TableSeparator = ({ children, title }: TableSeparatorProps) => {
6262
bottomRight: border,
6363
bottomLeft: border,
6464
}}
65-
padding={-4}
65+
padding={0}
6666
/>
6767
);
6868

apps/discord-bot/src/themes/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const getTheme = (user: User | null): Theme | undefined => {
3131
undefined;
3232

3333
return {
34-
context: { renderer, boxColorId: undefined },
34+
context: { renderer },
3535
elements: {
3636
box(ctx, props, location, theme) {
3737
if (colorPalette?.boxes?.color)

assets/public

packages/rendering/src/christmas/colors.ts

Lines changed: 0 additions & 114 deletions
This file was deleted.

packages/rendering/src/christmas/patterns.ts

Lines changed: 0 additions & 169 deletions
This file was deleted.

0 commit comments

Comments
 (0)