Skip to content

Commit

Permalink
fix(components/panel): set default border radius as 0px to panel #1767
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 10, 2024
1 parent f6e8708 commit f77fc41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
padding: 0px 16px;
display: flex;
border-bottom: 1px solid var(--prizm-panel-border-bottom, var(--prizm-background-stroke));
border-radius: var(--prizm-panel-border-radius, 2px);
border-radius: var(--prizm-panel-border-radius, 0px);
background: var(--prizm-panel-background, var(--prizm-background-fill-panel));

.back-btn-wrapper {
Expand Down

0 comments on commit f77fc41

Please sign in to comment.