Skip to content

Commit

Permalink
Merge pull request #1244 from jay-hodgson/PORTALS-3241c
Browse files Browse the repository at this point in the history
PORTALS-3241: follow-up, change style of button
  • Loading branch information
jay-hodgson authored Sep 27, 2024
2 parents 37ddf3d + d7ffa9b commit fcb84ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const SharePageLinkButtonDetailPageConfig: SynapseConfig = {
props: {
shortIoPublicApiKey,
buttonProps: {
variant: 'text',
variant: 'outlined',
color: 'light',
sx: {
position: 'absolute',
Expand All @@ -24,7 +24,7 @@ export const SharePageLinkButtonConfig: SynapseConfig = {
props: {
shortIoPublicApiKey,
buttonProps: {
variant: 'text',
variant: 'outlined',
color: 'primary',
sx: {
position: 'absolute',
Expand Down

0 comments on commit fcb84ca

Please sign in to comment.