mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
add manual update notice for macOS, disable autoinstall (#1725)
This commit is contained in:
@@ -3,3 +3,8 @@
|
||||
background: var(--theme-colors-surface);
|
||||
box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 40%);
|
||||
}
|
||||
|
||||
|
||||
.close-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ interface DialogProps extends MantineDialogProps {}
|
||||
export const Dialog = ({ classNames, style, ...props }: DialogProps) => {
|
||||
return (
|
||||
<MantineDialog
|
||||
classNames={{ root: styles.root, ...classNames }}
|
||||
classNames={{ closeButton: styles.closeButton, root: styles.root, ...classNames }}
|
||||
style={{
|
||||
...style,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user