feat: update hover color and bg for action more button (#983)

This commit is contained in:
təəna.vuə 2023-01-12 03:40:49 -06:00 committed by GitHub
parent 2ddfdffa3d
commit 34aef0a55f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@ function close() {
<div>
<slot />
</div>
<button text-xl hover:text-primary bg-hover-overflow w="1.4em" h="1.4em" @click="close()">
<button text-xl hover:text-primary bg-hover-overflow w="1.2em" h="1.2em" @click="close()">
<div i-ri:close-line />
</button>
</div>