last diff in the stack! let's gooo! populated the data from investor-data.js mapped the data into it's own investor profile card. When an investor profile card is clicked, the id of the investor is passed to the InvestorProfileModal as a prop then the InvestorProfileModal finds the investor in the data and displays it in the modal
Linear Task: ENG-1953
Figma: Investor Page
Then why are we keeping styles like border and border-radius?
Don't these styles also affect the <textarea> tag? Are you sure we want to be removing these styles for that as well? Or should we break this into two separate selectors (one for input and another for textarea)?