Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Nov 24, 2023
1 parent e277aeb commit 832a7d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
width: 100%;
margin: 0;
padding: 0;
color: $secondary-blue;
color: var(--primary-text);
text-align: left;
list-style-type: none;
box-sizing: border-box;

.login-help-buttons__item {
border-bottom: 1px solid $light-gray-1;
border-bottom: 1px solid var(--gentle-stroke);

&:last-child {
border-bottom: 0;
Expand Down

0 comments on commit 832a7d1

Please sign in to comment.