-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
feature:st.data_editorRelated to the `st.data_editor` widgetRelated to the `st.data_editor` widgetgood first issueGood for newcomers to the codebaseGood for newcomers to the codebasepriority:P3Medium priorityMedium prioritystatus:confirmedBug has been confirmed by the Streamlit teamBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expectedSomething isn't working as expected
Description
Checklist
- I have searched the existing issues for similar issues.
- I added a very descriptive title to this issue.
- I have provided sufficient information below to help reproduce this issue.
Summary
As shown in the screenshot below, when in dark mode, the icon to select dates/times in st.data_editor is also dark (barely visible). Can you update to light please?
Not sure if was better in previous version(s) or not.
Reproducible Code Example
import streamlit as st
import pandas as pd
df = pd.DataFrame({"date": [pd.Timestamp.now().date(),]})
st.data_editor(df)Steps To Reproduce
- Ensure you're in dark mode
- Run the code attached.
- Observe how the datetime selector icon is also dark, i.e. barely visible.
Expected Behavior
Expecting light icon in dark mode.
Current Behavior
Dark icon in dark mode (barely visible).
Is this a regression?
- Yes, this used to work in a previous version.
Debug info
- Streamlit version: 1.50.0
- Python version: 3.12
- Operating System: Windows/Linux
- Browser: Chrome/Edge
Additional Information
No response
github-actions and aritradhabal
Metadata
Metadata
Assignees
Labels
feature:st.data_editorRelated to the `st.data_editor` widgetRelated to the `st.data_editor` widgetgood first issueGood for newcomers to the codebaseGood for newcomers to the codebasepriority:P3Medium priorityMedium prioritystatus:confirmedBug has been confirmed by the Streamlit teamBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expectedSomething isn't working as expected