SQLite Forum

DEFECT: Dark Mode - Import/Export wizards do not go dark & text cannot be seen
Login
Description
-----------
When SQLITE v3.34.1 is in dark mode the 'Import Data' & 'Export Data' pop-up wizards have a white background and the field title text is missing.
The field title text may be due to the text colour changing to white [in dark mode] thus is blending into white background i.e. the text is there but is hidden by the white background that should be dark.

(not putting duplicated details for the Export wizard purely to reduce  size of this post and can be part of your re-testing and any further regression testing)


Expected Result
----------------
The Import wizard has DARK background when Fusion Dark is selected in configuration settings. And the following Import pop-up wizard shows:
- 'Table to import to' = Database, Table
- 'Data source to import from' [in CSV type]= "Data source type", "Options", "Input file", "Text encoding", "Ignore errors", "Data source options", "First line represents CSV column names", "Field separator", and "NULL values" 


Actual Result
-------------
The Import wizard has WHITE background when Fusion Dark is selected in configuration settings. And the following Import pop-up wizard shows:
- 'Table to import to' = field titles aren't displayed
- 'Data source to import from' = field titles aren't displayed


Steps to Recreate
------------------
1. Highlight table name to import data.
2. press right-mouse-button and select 'Import into table' / 'Export the table'
3. Compare the Import pop-up window with the Expected & Actual results.