There's a slight but noticeable discrepancy in Select's colors for background and border, where it appears the original Starlette variables for dropdown are copies of Input for hover/idle/active states, but inside the app they are not the same. New variables for select should be created instead, or the original delta values be adjusted.
Should also note that Photoshop has anomalous white backgrounds and select colors for dropdowns. Select handles these correctly, but does not correctly assign menu item color values (still default text color instead of black/dark). Need to use a new variable for dropdown-menu-item (or similar) to separate menu contents from using the default text color value.
There's a slight but noticeable discrepancy in Select's colors for background and border, where it appears the original Starlette variables for dropdown are copies of Input for hover/idle/active states, but inside the app they are not the same. New variables for select should be created instead, or the original delta values be adjusted.
Should also note that Photoshop has anomalous white backgrounds and select colors for dropdowns. Select handles these correctly, but does not correctly assign menu item color values (still default text color instead of black/dark). Need to use a new variable for dropdown-menu-item (or similar) to separate menu contents from using the default text color value.