Skip to content

Commit

Permalink
- test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Herrera authored and Eduardo Herrera committed Oct 6, 2023
1 parent 1d3aec6 commit efc891d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion source/frontend/src/components/common/VerticalBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import styled from 'styled-components';
export const VerticalBar = styled.span`
border-left: 1px solid white;
font-size: 3.4rem;
margin: 0 1.5rem 0 2.5rem;
margin: 0 36px 0 36px;
vertical-align: top;
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

exports[`Empty Header renders 1`] = `
.c1 {
border-left: 0.2rem solid white;
border-left: 1px solid white;
font-size: 3.4rem;
margin: 0 1.5rem 0 2.5rem;
margin: 0 36px 0 36px;
vertical-align: top;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ exports[`App Header renders correctly 1`] = `
<div />
.c1 {
border-left: 0.2rem solid white;
border-left: 1px solid white;
font-size: 3.4rem;
margin: 0 1.5rem 0 2.5rem;
margin: 0 36px 0 36px;
vertical-align: top;
}
Expand Down
Loading

0 comments on commit efc891d

Please sign in to comment.