Tracking Issue: #12251
Design Doc Section: https://docs.google.com/document/d/197fXHLlHM_RJA4-3MITwdu0N5e0HX5Q74sA4W80YMD8/edit#bookmark=id.bolh6znlwq1x
Update Buttons
Our buttons will become pill shapes instead of the rounded-corner boxes we have now. This can be achieved by setting the correct border radius for buttons in styles.js. Note that we have a few standard sizes for buttons, each with their own style, so this change will involve changing all of those styles. We’ll also need to increase the horizontal padding of the buttons to accommodate the fully rounded corners.

Tracking Issue: #12251
Design Doc Section: https://docs.google.com/document/d/197fXHLlHM_RJA4-3MITwdu0N5e0HX5Q74sA4W80YMD8/edit#bookmark=id.bolh6znlwq1x
Update Buttons
Our buttons will become pill shapes instead of the rounded-corner boxes we have now. This can be achieved by setting the correct border radius for buttons in styles.js. Note that we have a few standard sizes for buttons, each with their own style, so this change will involve changing all of those styles. We’ll also need to increase the horizontal padding of the buttons to accommodate the fully rounded corners.