Skip to content

Commit

Permalink
styles: 分割线默认样式为实线
Browse files Browse the repository at this point in the history
  • Loading branch information
qkiroc committed Sep 8, 2023
1 parent 32caeb4 commit 8e63dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amis/src/renderers/Divider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface DividerProps
export default class Divider extends React.Component<DividerProps, object> {
static defaultProps: Pick<DividerProps, 'className' | 'lineStyle'> = {
className: '',
lineStyle: 'dashed'
lineStyle: 'solid'
};

render() {
Expand Down

0 comments on commit 8e63dd1

Please sign in to comment.