aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/FAB.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/FAB.tsx')
-rw-r--r--src/components/ui/FAB.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/FAB.tsx b/src/components/ui/FAB.tsx
index cb9c5f126..37c3c9ec7 100644
--- a/src/components/ui/FAB.tsx
+++ b/src/components/ui/FAB.tsx
@@ -28,7 +28,7 @@ class Button extends Component<Props> {
28 28
29 const buttonProps = { 29 const buttonProps = {
30 className: classnames({ 30 className: classnames({
31 ferdi__fab: true, 31 ferdium__fab: true,
32 [`${className}`]: className, 32 [`${className}`]: className,
33 }), 33 }),
34 type, 34 type,