Skip to content

Commit

Permalink
Refactor : modify annotation #82
Browse files Browse the repository at this point in the history
  • Loading branch information
hummingbbird committed Oct 10, 2023
1 parent e2a546a commit a9c8ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/SlideContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const SharedBtn = `
height: fit-content;
padding: 0.5rem 1rem 0.4rem 1rem;
font-size: 1.1rem;
text-transform: none; //대문자 고정 취소
text-transform: none; //Turn off uppercase default settings
white-space: nowrap;
box-shadow: 0.2rem 0.2rem 0.3rem #dedede;
`;
Expand Down

0 comments on commit a9c8ea9

Please sign in to comment.