Skip to content

Commit 1cee5a5

Browse files
committed
Add padding
1 parent 25de370 commit 1cee5a5

File tree

1 file changed

+1
-1
lines changed
  • packages/fluent-theme/src/components/sendbox

1 file changed

+1
-1
lines changed

packages/fluent-theme/src/components/sendbox/SendBox.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const styles = {
1717
'webchat-fluent__sendbox': {
1818
color: 'var(--colorNeutralForeground1)',
1919
fontFamily: 'var(--fontFamilyBase)',
20-
padding: 10,
20+
padding: '0 10px 10px',
2121
textRendering: 'optimizeLegibility'
2222
},
2323

0 commit comments

Comments
 (0)