Adding the possibility to change font size in Pill/ThreadPill components, because I'll need that in subchannels/sidebars modals, as discussed in
https://linear.app/comm/issue/ENG-2547/restyle-sidebarlistmodal-and-subchannelslistmodal
Details
Details
Run ios simulator, check that pills display correctly - ex in chat settings. Check that passing a fontSize prop changes the fon size.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I thought of just allowing to pass a whole style, but I think it's good if we don't encourage diverging from the used style too much. Just like we didn't allow to pass any boarder radius values, just a boolean whether left and right corners should be rounded. So I just added what I needed.