Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit cb6fcf3

Browse files
committed
style: make callout button border solid
1 parent 0477b81 commit cb6fcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const CurrentStatus = () => {
192192
fontSize="xs"
193193
bg="gray.50"
194194
border="1px"
195-
borderStyle="dashed"
195+
borderStyle="solid"
196196
borderColor="gray.900"
197197
_hover={{ bg: 'gray.100' }}
198198
_active={{ bg: 'gray.200' }}

0 commit comments

Comments
 (0)