From 3e51049feb7d61733a6c865c859691dac46ec5e1 Mon Sep 17 00:00:00 2001 From: Loi Phan Date: Thu, 30 Nov 2023 10:41:24 +0700 Subject: [PATCH] Update comment section and styled. --- hotel-management/src/commons/styles/Direction.ts | 4 +++- hotel-management/src/components/RootLayout/styled.ts | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hotel-management/src/commons/styles/Direction.ts b/hotel-management/src/commons/styles/Direction.ts index c1a0661..60a3944 100644 --- a/hotel-management/src/commons/styles/Direction.ts +++ b/hotel-management/src/commons/styles/Direction.ts @@ -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; } diff --git a/hotel-management/src/components/RootLayout/styled.ts b/hotel-management/src/components/RootLayout/styled.ts index 159ab1c..7880d5a 100644 --- a/hotel-management/src/components/RootLayout/styled.ts +++ b/hotel-management/src/components/RootLayout/styled.ts @@ -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;