@@ -50,6 +50,7 @@ const ActionButtons: React.FC<ActionButtonsProps> = ({
5050 { showOpenPlaygroundAction && (
5151 < ActionButton
5252 sx = { {
53+ borderRadius : '0.2rem' ,
5354 backgroundColor : theme . palette . background . cta ?. default ,
5455 color : theme . palette . text . inverse ,
5556 gap : '10px' ,
@@ -80,6 +81,7 @@ const ActionButtons: React.FC<ActionButtonsProps> = ({
8081 sx = { {
8182 backgroundColor : showOpenPlaygroundAction ? 'transparent' : undefined ,
8283 color : theme . palette . text . default ,
84+ borderRadius : '0.2rem' ,
8385 gap : '10px' ,
8486 border : `1px solid ${ theme . palette . border . normal } `
8587 } }
@@ -98,6 +100,7 @@ const ActionButtons: React.FC<ActionButtonsProps> = ({
98100 ) }
99101 < ActionButton
100102 sx = { {
103+ borderRadius : '0.2rem' ,
101104 backgroundColor : 'transparent' ,
102105 border : `1px solid ${ theme . palette . border . normal } ` ,
103106 gap : '10px' ,
@@ -126,6 +129,7 @@ const ActionButtons: React.FC<ActionButtonsProps> = ({
126129 { showInfoAction && (
127130 < ActionButton
128131 sx = { {
132+ borderRadius : '0.2rem' ,
129133 backgroundColor : 'transparent' ,
130134 border : `1px solid ${ theme . palette . border . normal } ` ,
131135 gap : '10px' ,
@@ -140,6 +144,7 @@ const ActionButtons: React.FC<ActionButtonsProps> = ({
140144 { showDeleteAction && (
141145 < UnpublishAction
142146 sx = { {
147+ borderRadius : '0.2rem' ,
143148 gap : '10px'
144149 } }
145150 onClick = { handleDelete }
@@ -151,6 +156,7 @@ const ActionButtons: React.FC<ActionButtonsProps> = ({
151156 { showUnpublishAction && (
152157 < UnpublishAction
153158 sx = { {
159+ borderRadius : '0.2rem' ,
154160 gap : '10px'
155161 } }
156162 onClick = { handleUnpublish }
0 commit comments