Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbhayel committed Nov 15, 2024
1 parent 28cff2d commit e521973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/settings/assets/js/components/bottom-bar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export const BottomBar = () => {
<Box display="flex"
justifyContent="end"
p={ 2 }
width="100%">
width="100%"
borderTop="1px solid rgba(0, 0, 0, 0.12)">
<Button variant="contained" color="info">Save Changes</Button>
</Box>
);
Expand Down

0 comments on commit e521973

Please sign in to comment.