aboutsummaryrefslogtreecommitdiff
path: root/components/ui.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-20 16:14:04 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-20 16:14:04 +0200
commitc140e56db162755d7f85e89306236a0a09bf4e35 (patch)
treeff2fc4a2d21c926fefb564a4e1e59458ebcdbfe4 /components/ui.tsx
parent319938d57b8cd225de1dd3f63433f6561f92311e (diff)
site not longer broken (i think) still some inline css remains....
Diffstat (limited to 'components/ui.tsx')
-rw-r--r--components/ui.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ui.tsx b/components/ui.tsx
index 80bfba1..11914c8 100644
--- a/components/ui.tsx
+++ b/components/ui.tsx
@@ -16,7 +16,7 @@ export function Vierkant(props: {
}) {
return <a
href={props.href}
- className={['bg-800', 'round-l', 'vierkant', props.className].join(' ')}
+ className={['round-l', 'vierkant', props.className].join(' ')}
id={props.id}
onClick={props.onclick}
>