Skip to content

Commit

Permalink
chore:fix nav button font
Browse files Browse the repository at this point in the history
  • Loading branch information
Taehoya committed Mar 14, 2024
1 parent 9dbc418 commit e487187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/c-nav-button/page.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import styled from 'styled-components';

export const Button = styled.button<{ $isActive: Boolean }>`
color: ${({ $isActive }) => ($isActive ? 0 : 2)}px solid #ced0db;
font-family: '__Quicksand_05380b';
display: flex;
padding: 12px;
font-weight: 300;
Expand Down

0 comments on commit e487187

Please sign in to comment.