-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(feedback): Configure feedback border radius #10289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -215,6 +215,10 @@ export interface FeedbackTheme { | |
* Border styling for actor and dialog | ||
*/ | ||
border: string; | ||
/** | ||
* Border radius styling for actor and dialog | ||
c298lee marked this conversation as resolved.
Show resolved
Hide resolved
|
||
*/ | ||
borderRadius: string; | ||
/** | ||
* Box shadow for actor and dialog | ||
*/ | ||
|
@@ -295,10 +299,18 @@ export interface FeedbackTheme { | |
* Border styles for form inputs | ||
*/ | ||
inputBorder: string; | ||
/** | ||
* Border radius for form inputs | ||
*/ | ||
inputBorderRadius: string; | ||
/** | ||
* Border styles for form inputs when focused | ||
*/ | ||
inputOutlineFocus: string; | ||
/** | ||
* Border radius for dialog | ||
*/ | ||
formBorderRadius: string; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hmm, is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we use There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can see if @Jesse-Box can update this image for us too: https://docs.sentry.io/static/e2e105a53b6f4e5d8a8be9acb8a6ec70/07a9c/user-feedback-widget-customization.png |
||
} | ||
|
||
export interface FeedbackThemes { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's move/rename this to
formContentBorderRadius
and apply it to inputs and submit/cancel buttons - from a design POV, the children elements inside of the form should have the same border radius