diff options
Diffstat (limited to 'src/components/voerBord.tsx')
-rw-r--r-- | src/components/voerBord.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/voerBord.tsx b/src/components/voerBord.tsx index 28de567..c430d02 100644 --- a/src/components/voerBord.tsx +++ b/src/components/voerBord.tsx @@ -28,12 +28,6 @@ export function VoerBord(props: VoerBordProps) { border: "2px solid var(--background-alt)", opacity: .5 }}/> - <div style={{ - position: "absolute", - top: 2, left: 2, right: 2, bottom: 2, - backgroundColor: "var(--disk-a)", - borderRadius: 999999 - }}/> </td> ))} </tr> |