diff options
Diffstat (limited to 'src/components/Paper.tsx')
-rw-r--r-- | src/components/Paper.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Paper.tsx b/src/components/Paper.tsx index b0e5bc4..2d64261 100644 --- a/src/components/Paper.tsx +++ b/src/components/Paper.tsx @@ -1,7 +1,7 @@ import React from 'react'; interface Props { - variant: 'elevation' | 'outlined' + variant?: 'elevation' | 'outlined' } const style = { |