Skip to content

Commit

Permalink
fixed close button color
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Mar 18, 2023
1 parent 55a9aaa commit ceb9b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabby-core/src/components/windowControls.component.pug
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ button.btn.btn-dark((click)='hostWindow.toggleMaximize()', *ngIf='hostWindow.isM
svg(version='1.1', width='10', height='10', viewBox='0 0 512 512')
path(d="M464 0H144c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM32 144c0-8.8 7.2-16 16-16h320c8.8 0 16 7.2 16 16v320c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-80zm448 224c0 8.8-7.2 16-16 16h-48V144c0-26.5-21.5-48-48-48H128V48c0-8.8 7.2-16 16-16h320c8.8 0 16 7.2 16 16v320z")

button.btn.btn-secondary(
button.btn.btn-danger(
(click)='closeWindow()'
)
svg(version='1.1', width='10', height='10')
Expand Down

0 comments on commit ceb9b3c

Please sign in to comment.