Update comment section and styled.

This commit is contained in:
2023-11-30 10:41:24 +07:00
parent 5aec68dfce
commit 3e51049feb
2 changed files with 3 additions and 2 deletions
@@ -1,6 +1,8 @@
import { TDirection } from '@type/common';
import styled, { css } from 'styled-components';
// Types
import { TDirection } from '@type/common';
interface IDirection {
type?: TDirection;
}
@@ -2,7 +2,6 @@ import styled from 'styled-components';
const FullPageLayout = styled.div`
height: 100vh;
background-color: var(--color-grey-50);
display: flex;
align-items: center;
justify-content: center;