Skip to content
Snippets Groups Projects
Commit 0add738d authored by nizune's avatar nizune
Browse files

Changed titlebar icons

parent 0c0dac59
Branches
No related merge requests found
Subproject commit e03c9f3a9ef39b6d93a5890a3ee1a64cfb1ffec4 Subproject commit 8a9c21da8527b9609404ad64205f6b876c9f53d2
...@@ -78,13 +78,13 @@ export function Titlebar() { ...@@ -78,13 +78,13 @@ export function Titlebar() {
<UpdateIndicator style="titlebar" /> <UpdateIndicator style="titlebar" />
<div class="actions"> <div class="actions">
<div onClick={window.native.min}> <div onClick={window.native.min}>
<Minus size={20} /> <svg aria-hidden="false" width="12" height="12" viewBox="0 0 12 12"><rect fill="currentColor" width="10" height="1" x="1" y="6"></rect></svg>
</div> </div>
<div onClick={window.native.max}> <div onClick={window.native.max}>
<Square size={14} /> <svg aria-hidden="false" width="12" height="12" viewBox="0 0 12 12"><rect width="9" height="9" x="1.5" y="1.5" fill="none" stroke="currentColor"></rect></svg>
</div> </div>
<div onClick={window.native.close} class="error"> <div onClick={window.native.close} class="error">
<X size={24} /> <svg aria-hidden="false" width="12" height="12" viewBox="0 0 12 12"><polygon fill="currentColor" stroke-width="1" fill-rule="evenodd" points="11 1.576 6.583 6 11 10.424 10.424 11 6 6.583 1.576 11 1 10.424 5.417 6 1 1.576 1.576 1 6 5.417 10.424 1" style="stroke:currentColor;stroke-width:0.4"></polygon></svg>
</div> </div>
</div> </div>
</TitlebarBase> </TitlebarBase>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment