Skip to content

Commit

Permalink
btn styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Koustavd18 committed Jan 21, 2025
1 parent cf1a2d7 commit 7b56051
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@
"pretty-quick": "^3.1.3",
"typescript": "^5.1.6",
"vite": "^4.3.9"
}
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}
5 changes: 4 additions & 1 deletion src/pages/Stream/Views/Manage/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,10 @@ const HotTierConfig = (props: {
<Stack
style={{ alignItems: 'flex-end', paddingTop: '0.8rem', ...(hotTierNotSet ? { display: 'none' } : {}) }}>
<Box>
<Button variant="outline" onClick={openDeleteModal}>
<Button
variant="outline"
styles={{ root: { border: '1px solid #EAECEF' }, inner: { color: '#211F1F' } }}
onClick={openDeleteModal}>
Delete
</Button>
</Box>
Expand Down

0 comments on commit 7b56051

Please sign in to comment.