Remi05 / outlines

An app to help review your UI implementation.
MIT License
7 stars 0 forks source link

Dark theme titlebar for Snapshot inspector window #75

Closed Remi05 closed 2 years ago

Remi05 commented 2 years ago

Currently the titlebar for the Snapshot inspector window is always white, this clashes with the rest of the app when in dark theme, so we should support Dark theme for the titlebar.

Useful links:

Remi05 commented 2 years ago

Addressed with commit af7232310109a235f1f23f51ffc30f703bc0cec9.

Note: We're currently using an undocumented API (or actually an undocumented enum value for a documented API), we should switch to a fully supported public API once one we can use is made available.

Screenshots: Outlines_SnapshotInspector_DarkThemeTitlebar