change gradient direction toward top

This commit is contained in:
Ajay Bura
2026-03-12 12:33:54 +05:30
parent e039299e83
commit 649c30bcc7
+1 -1
View File
@@ -347,7 +347,7 @@ export const butterTheme = createTheme(ThemeContract, {
});
export const moonlightTheme = createTheme(ThemeContract, {
background: 'linear-gradient(to bottom right, #000546, #000)',
background: 'linear-gradient(to top right, #000546, #000)',
Background: {
Container: '#000000',