Fix native window control hover highlight

This commit is contained in:
filtered
2025-01-11 17:09:42 +11:00
parent eb01fa6574
commit 504c661859

View File

@@ -26,12 +26,12 @@ const props = withDefaults(
)
const darkTheme = {
color: 'rgba(0, 0, 0, 0)',
color: 'rgba(23, 23, 23, 0)',
symbolColor: '#d4d4d4'
}
const lightTheme = {
color: 'rgba(0, 0, 0, 0)',
color: 'rgba(212, 212, 212, 0)',
symbolColor: '#171717'
}