Skip to content

Commit

Permalink
design: 로그인 중... 글씨 보이게 하기
Browse files Browse the repository at this point in the history
  • Loading branch information
chlwlstlf committed Nov 18, 2024
1 parent 1308ae2 commit 0cbb2fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/pages/callback/CallbackPage.style.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import styled, { keyframes } from "styled-components";
import { Z_INDEX } from "@/styles/zIndex";

export const CallbackPageContainer = styled.div`
display: flex;
Expand Down Expand Up @@ -41,6 +42,7 @@ export const LoadingContainer = styled.div`
border-radius: 25px;
p {
z-index: ${Z_INDEX.header};
font: ${({ theme }) => theme.TEXT.medium_bold};
color: ${({ theme }) => theme.COLOR.grey4};
}
Expand Down

0 comments on commit 0cbb2fc

Please sign in to comment.