style: 🎨 match buttons to figma#565
Conversation
|
Are there any buttons in the Figma that use the outline variant, but not with the color="inherit" prop? (do all outlined buttons have black text) if no, we can prob just adjust the outline variant to have black text by default |
|
@ethancha0 I think currently, all the outlined buttons have the black outline/text in the Figma, but there are quite a few colored outlined buttons in the codebase. Most, if not all, of those buttons should be contained instead of outlined, such as the delete meeting button (but that requires a longer fix because it needs its own modal). For now, I'll add the default black text/outline to the theme for outlined buttons, and remove the color=inherit prop for the relevant buttons. |
There was a problem hiding this comment.
1 issue found across 6 files (changes from recent commits).
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Description
Update meeting buttons to match Figma, including color and spacing.
Figma ref:

Recording/Screenshots
Before
After
Test Plan
Issues