feat: Add border-radius for window on linux

This commit is contained in:
MystiPanda
2024-03-13 13:58:29 +08:00
parent df2f102d9e
commit 9b2c8fa25d
7 changed files with 21 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ const OS = getSystem();
// default theme setting
export const defaultTheme = {
primary_color: "#007AFF",
secondary_color: "#FFCC00",
secondary_color: "#fc9b76",
primary_text: "#000000",
secondary_text: "#3c3c4399",
info_color: "#007AFF",