Skip to content

Commit a348f8b

Browse files
committed
style: 스냅 오버레이 스타일 변경
- 테두리 추가
1 parent a3bdd49 commit a348f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/features/workSpace/components/SnapOverlay.style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const snapBox = cva({
2424
isActive: {
2525
true: {
2626
opacity: 0.5,
27-
backgroundColor: "gray.300",
27+
backgroundColor: "gray.100",
2828
},
2929
false: {
3030
border: "none",

0 commit comments

Comments
 (0)