mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 16:21:25 +02:00
Fix Windows/linux close icon color
This commit is contained in:
@@ -57,7 +57,7 @@ export function WindowControls({ className, onlyX }: Props) {
|
|||||||
)}
|
)}
|
||||||
<Button
|
<Button
|
||||||
color="custom"
|
color="custom"
|
||||||
className="!h-full px-4 text-text-subtle rounded-none hocus:bg-fg-danger hocus:text"
|
className="!h-full px-4 text-text-subtle rounded-none hocus:bg-danger hocus:text"
|
||||||
onClick={() => getCurrentWebviewWindow().close()}
|
onClick={() => getCurrentWebviewWindow().close()}
|
||||||
>
|
>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
|||||||
Reference in New Issue
Block a user