Skip to content

Commit e61e7f1

Browse files
author
shuai
committed
fix: adjustmet toast sotres style
1 parent 0168309 commit e61e7f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/Toast/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const Index: FC<IProps> = ({ msg, variant = 'warning', onClose }) => {
3535
className="d-flex justify-content-center"
3636
style={{
3737
position: 'fixed',
38-
top: '90px',
38+
top: '78px',
3939
left: 0,
4040
right: 0,
4141
margin: 'auto',

0 commit comments

Comments
 (0)