Closed wliederer closed 2 years ago
## **Goal** Change the text field from black to white. ## **Design Spec** ## **Logic Spec** ## **Additional Context** [https://www.nascar.com/fantasy](https://www.nascar.com/fantasy) [Screen Shot 2022-05-31 at 3.02.59 PM.png](https://uploads.linear.app/da4ce42f-b012-40fa-b6e3-38645e9f0ed2/4e6d3367-9372-4256-8c35-351254dc61c3/0cf9ba7d-c439-43e9-8cbc-fac7ef7fdbc1)
nascars styles are overriding ours https://www.nascar.com/fantasy
recreation in playground
I found i can fix this in two places. I can either define a background color in the input class style of NestedInput or i can define a input styling for our GlobalsAndRest(css reset). For now I just put the fix in NestedInput specifically, but if we want a global css fix I can change to that.