Skip to content

Commit 667d799

Browse files
committed
refacor(spx-gui): set the border radius of the SpriteBasicConfig collision button to 12px
1 parent 3ca04c7 commit 667d799

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

spx-gui/src/components/community/CommunityNavbar.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,4 @@ watch(
8484
display: flex;
8585
align-items: center;
8686
}
87-
88-
.close-icon {
89-
cursor: pointer;
90-
}
9187
</style>

spx-gui/src/components/editor/map-editor/SpriteBasicConfig.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const handleEditCollision = useMessageHandle(
138138
.edit-collision-button {
139139
border: none;
140140
outline: none;
141-
border-radius: var(--ui-border-radius-1);
141+
border-radius: 12px;
142142
padding: 8px;
143143
color: var(--ui-color-grey-1000);
144144
background-color: var(--ui-color-grey-300);

0 commit comments

Comments
 (0)