add border radius

This commit is contained in:
wxiaoguang 2024-05-02 20:15:47 +08:00
parent 867662a5ff
commit 83ab83bc57
1 changed files with 1 additions and 0 deletions

View File

@ -79,5 +79,6 @@ This selector should be replaced by a more specific one if the library adds a CS
background-color: var(--color-tooltip-bg);
color: var(--color-tooltip-text);
border: none;
border-radius: var(--border-radius);
}
</style>