Skip to content

Commit

Permalink
Merge pull request #1790 from zyfra/fix/panel-border-radius_v3
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
ickisIckis authored Jun 13, 2024
2 parents 9d2ba8f + 807ff21 commit f295a16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
height: var(--prizm-panel-height, 48px);
display: flex;
border-bottom: 1px solid var(--prizm-panel-border-bottom, var(--prizm-v3-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-v3-background-fill-panel));

.back-btn-wrapper {
Expand Down

0 comments on commit f295a16

Please sign in to comment.