Skip to content

Commit

Permalink
Merge pull request #20 from Neogasogaeseo/feat/#19
Browse files Browse the repository at this point in the history
  • Loading branch information
SeojinSeojin authored Jan 8, 2022
2 parents 32e34cc + 4009d3f commit 5447bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/presentation/style/common/button.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { css } from 'styled-components';
import { COLOR } from '@style/common/color';
import { COLOR } from '@styles/common/color';

export const CORAL_MAIN_BUTTON = css`
background-color: ${COLOR.CORAL_MAIN};
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@components/*": ["src/presentation/components/*"],
"@routes/*": ["src/presentation/routes/*"],
"@pages/*": ["src/presentation/pages/*"],
"@style/*": ["src/presentation/style/*"],
"@styles/*": ["src/presentation/style/*"],
"@utils/*": ["src/application/utils/*"],
"@models/*": ["src/application/models/*"],
"@stores/*": ["src/application/stores/*"],
Expand Down

0 comments on commit 5447bfb

Please sign in to comment.