Skip to content

Commit

Permalink
fix: date separator style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Aug 29, 2024
1 parent c3be619 commit 01112c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/chat/hooks/useBotStudioView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ export const useBotStudioView = () => {

const dateSeparatorMargin = css`
margin: 8px 0;
padding: 0 16px;
`;
2 changes: 1 addition & 1 deletion src/foundation/components/DateSeparator/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { css } from '@linaria/core';
export const dateSeparatorContainer = css`
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
`;

export const dateSeparatorLabel = css`
Expand Down

0 comments on commit 01112c1

Please sign in to comment.