Skip to content

Commit

Permalink
Merge pull request #51 from cwensley/about-dialog-dark-mode
Browse files Browse the repository at this point in the history
Fix About Dialog in dark mode on macOS
  • Loading branch information
cwensley authored Sep 12, 2022
2 parents bbad67f + e2cba50 commit 9d94913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
echo "BuildParameters=${{ env.BuildParameters }} /p:EnableNotarization=True" >> $GITHUB_ENV
- name: Build PabloDraw
run: dotnet build Source/PabloDraw/PabloDraw.csproj ${{ env.BuildParameters }} /bl:artifacts/log/pablodraw-mac.binlog
run: sudo dotnet build Source/PabloDraw/PabloDraw.csproj ${{ env.BuildParameters }} /bl:artifacts/log/pablodraw-mac.binlog

- uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Source/Pablo.Interface/Dialogs/About.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public About()
VerticalAlignment = VerticalAlignment.Center

},
BackgroundColor = Colors.White
BackgroundColor = SystemColors.ControlBackground
}
});

Expand Down

0 comments on commit 9d94913

Please sign in to comment.