Skip to content

Commit

Permalink
Change close button styling in split view
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianruesch committed Mar 21, 2024
1 parent 8c28077 commit 7c66273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export function SplitIssueDetails(
<Popover.Target>
<Button
c="div"
variant="subtle"
variant="filled"
color="red"
onClick={() => {
if (saveButtonDisabled) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,8 @@ export function SplitView({
</Button>
<Button
c="div"
variant="transparent"
variant="filled"
color="red"
pl="0"
onClick={() => tryClose()}
>
<IconX />
Expand Down

0 comments on commit 7c66273

Please sign in to comment.