Skip to content

Commit 83ab83b

Browse files
committed
add border radius
1 parent 867662a commit 83ab83b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/js/components/ActivityHeatmap.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@ This selector should be replaced by a more specific one if the library adds a CS
7979
background-color: var(--color-tooltip-bg);
8080
color: var(--color-tooltip-text);
8181
border: none;
82+
border-radius: var(--border-radius);
8283
}
8384
</style>

0 commit comments

Comments
 (0)