Skip to content

Commit

Permalink
style: add Buttons gap
Browse files Browse the repository at this point in the history
  • Loading branch information
th-release committed Aug 19, 2023
1 parent 2581ad1 commit 5c522e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Invites.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const Invites: FC = () => {
<Body>
<Top>
<Title>인스턴스</Title>
<div>
<div style={{ display: 'flex', gap: '8px' }}>
<Button style={{ backgroundColor: '#3c8700', color: 'white' }} onClick={() => { void downloadKeypair() }}>키 페어 설치</Button>
<Button style={{ backgroundColor: '#007dbc', color: '#fff' }} onClick={() => { void restartInstance() }}>서버 재시작</Button>
<Button style={{ backgroundColor: '#df3312', color: '#fff' }} onClick={() => { void resetInstance() }}>초기화</Button>
Expand Down

0 comments on commit 5c522e8

Please sign in to comment.