Skip to content

Commit c5d895d

Browse files
authored
fix(swap): adjust swap banner header font size (#6221)
1 parent aa3959c commit c5d895d

File tree

1 file changed

+1
-1
lines changed
  • apps/cowswap-frontend/src/modules/swap/pure/CrossChainUnlockScreen

1 file changed

+1
-1
lines changed

apps/cowswap-frontend/src/modules/swap/pure/CrossChainUnlockScreen/styled.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const Content = styled.div`
5454
export const Title = styled.h2`
5555
margin: 0;
5656
color: inherit;
57-
font-size: 36px;
57+
font-size: 34px;
5858
font-weight: 800;
5959
line-height: 1.2;
6060

0 commit comments

Comments
 (0)