@@ -931,7 +931,7 @@ const MicButton = (props: { onBlob?: (blob: Blob) => void }) => {
931931 </ Show >
932932 < Button
933933 type = "hover_border"
934- styles = { { "touch-action" : "none" , "user-select" : "none" } }
934+ style = { { "touch-action" : "none" , "user-select" : "none" } }
935935 class = { classNames ( styles . inputButtons , "voice-recorder-button" ) }
936936 onPointerDown = { onMicHold }
937937 onTouchMove = { onTouchMove }
@@ -1375,7 +1375,7 @@ function FloatingAttachment(props: {}) {
13751375 padding = { 6 }
13761376 iconSize = { 18 }
13771377 primary
1378- styles = { { "margin-left" : "auto" } }
1378+ style = { { "margin-left" : "auto" } }
13791379 iconName = "brush"
13801380 />
13811381 </ div >
@@ -2324,14 +2324,14 @@ const GoogleDriveLinkModal = (props: { close: () => void }) => {
23242324 const actionButtons = (
23252325 < FlexRow style = { { width : "100%" } } >
23262326 < Button
2327- styles = { { flex : 1 } }
2327+ style = { { flex : 1 } }
23282328 iconName = "close"
23292329 label = { t ( "messageArea.linkToGoogleDrive.cancelButton" ) }
23302330 color = "var(--alert-color)"
23312331 onClick = { props . close }
23322332 />
23332333 < Button
2334- styles = { { flex : 1 } }
2334+ style = { { flex : 1 } }
23352335 label = { t ( "messageArea.linkToGoogleDrive.linkButton" ) }
23362336 iconName = "link"
23372337 primary
@@ -2441,7 +2441,7 @@ function BeforeYouChatNotice(props: {
24412441 < Markup inline text = { notice ( ) ! . content } />
24422442 </ div >
24432443 < Button
2444- styles = { { opacity : buttonClickable ( ) ? 1 : 0.5 } }
2444+ style = { { opacity : buttonClickable ( ) ? 1 : 0.5 } }
24452445 label = { t ( "settings.account.understoodButton" ) }
24462446 iconName = "check"
24472447 onClick = { understoodClick }
0 commit comments