mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 17:47:37 +03:00
add margin for border
This commit is contained in:
parent
60080c7c56
commit
7b9ba556e8
@ -367,7 +367,7 @@ function ReviewGroup({
|
||||
return (
|
||||
<div
|
||||
data-review-id={id}
|
||||
className={`cursor-pointer rounded-lg bg-secondary px-1 py-3 outline outline-[2px] -outline-offset-[1.8px] ${
|
||||
className={`mx-1 cursor-pointer rounded-lg bg-secondary px-0 py-3 outline outline-[2px] -outline-offset-[1.8px] ${
|
||||
isActive
|
||||
? "shadow-selected outline-selected"
|
||||
: "outline-transparent duration-500"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user