Skip to content

Commit

Permalink
Merge pull request #1791 from zyfra/fix/panel-border-radius
Browse files Browse the repository at this point in the history
fix(components/panel): set default border radius as 0px to panel #1767
  • Loading branch information
ZurabDev authored Jun 13, 2024
2 parents e3d2763 + f77fc41 commit 15ddf44
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 15ddf44

Please sign in to comment.