feat: Windows Control Overlay button hover effect

This commit is contained in:
icinggslits
2025-03-06 18:24:43 +08:00
committed by 亢奋猫
parent 48f66e785b
commit f24177d5c4
+2 -2
View File
@@ -12,12 +12,12 @@ export const DATA_PATH = getDataPath()
export const titleBarOverlayDark = {
height: 40,
color: '#00000000',
color: 'rgba(0,0,0,0)',
symbolColor: '#ffffff'
}
export const titleBarOverlayLight = {
height: 40,
color: '#00000000',
color: 'rgba(255,255,255,0)',
symbolColor: '#000000'
}