Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
[MM-36313] - Fix hardcoded value for about modal border (#8349)
Browse files Browse the repository at this point in the history
* [MM-36313] - Fix hardcoded value for about modal border

* Switch to rgb

Co-authored-by: Nevyana <[email protected]>
  • Loading branch information
nevyangelova and Nevyana committed Jul 8, 2021
1 parent 3647ca9 commit d169e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/routes/_about-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
align-items: center;
padding: 20px 25px;
border: none;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid rgba(var(--center-channel-color-rgb), 0.08);
background: transparent;
color: inherit;

Expand Down

0 comments on commit d169e0e

Please sign in to comment.