Skip to content

Commit afe6715

Browse files
committed
l.
1 parent a9f6372 commit afe6715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Popover/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const initialPallet = [
4343
const PopoverStory = ({ showAngle, showType}) => {
4444
const [open, setOpen] = useState(false);
4545
const [angle, setAngle] = useState(90);
46-
const [gradientType, setGradientType] = useState(GRADIENT_TYPES.RADIAL);
46+
const [gradientType, setGradientType] = useState(GRADIENT_TYPES.LINEAR);
4747
const [palette, setPalette] = useState(initialPallet);
4848

4949
return (

0 commit comments

Comments
 (0)