We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8106a5b commit da6141fCopy full SHA for da6141f
1 file changed
src/components/TopBar/styles.tsx
@@ -4,8 +4,7 @@ import theme from '@styles/theme';
4
5
import { StyledText } from '@components/Text/StyledText';
6
7
-import type { TopBarLayoutProps } from './dto';
8
-export const TopBarLayout = styled.header<TopBarLayoutProps>`
+export const TopBarLayout = styled.header<{ $withBorder: boolean }>`
9
display: flex;
10
position: sticky;
11
top: 0; /* 부모 요소의 상단에 붙도록 설정 */
0 commit comments