Skip to content

Commit

Permalink
style: update caption and footer styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-master committed Jun 11, 2021
1 parent 3ca1c99 commit d919a61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/WheelPicker/index.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export const StyledCaption = styled.div<CaptionProps>`
display: inline-block;
text-align: center;
width: ${(props) => `${100 / props.columnSize}%`};
color: #3f3f3e;
color: #616161;
padding-bottom: 5px;
font-size: 1.1em;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #e0e0e0;
`;
export const StyledTitle = styled.div`
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/index.styles.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import styled from 'styled-components';

export const StyledSubmitButton = styled.button`
width: 150px;
width: 140px;
height: 48px;
color: #c5dcfa;
background: #1672ec;
Expand Down

0 comments on commit d919a61

Please sign in to comment.