Skip to content

Commit 0513386

Browse files
committed
fix: 색상 변경
1 parent 1bd3c53 commit 0513386

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/common/component/Mandalart/Square/Square.css.ts

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,20 @@ export const subCell = {
8888
SQUARE_TYPES.TODO_SUB.subFont,
8989
{
9090
color: colors.grey8,
91-
background: colors.grey2,
91+
background: colors.grey3,
92+
':hover': {
93+
background: colors.grey2,
94+
},
9295
},
9396
]),
9497
TODO_MAIN: style([
9598
createBaseCell('TODO_MAIN'),
9699
SQUARE_TYPES.TODO_MAIN.subFont,
97100
{
98101
color: colors.grey8,
99-
background: colors.grey2,
102+
background: colors.grey3,
100103
':hover': {
101-
background: colors.grey3,
104+
background: colors.grey2,
102105
},
103106
selectors: {
104107
'&[data-completed="true"]': {
@@ -113,9 +116,9 @@ export const subCell = {
113116
SQUARE_TYPES.TODO_EDIT.subFont,
114117
{
115118
color: colors.grey8,
116-
background: colors.grey2,
119+
background: colors.grey3,
117120
':hover': {
118-
background: colors.grey3,
121+
background: colors.grey2,
119122
},
120123
selectors: {
121124
'&[data-completed="true"]': {

0 commit comments

Comments
 (0)