feat: update line height and width of note size warning text (#852)
This commit is contained in:
@@ -197,7 +197,7 @@ const NoteSizeWarning: FunctionComponent<{
|
||||
type="warning"
|
||||
className="color-accessory-tint-3 flex-shrink-0 mr-3"
|
||||
/>
|
||||
<div className="color-grey-0 select-none">
|
||||
<div className="color-grey-0 select-none leading-140% max-w-80%">
|
||||
This note may have trouble syncing to the mobile application due to its
|
||||
size.
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,7 @@ import {
|
||||
ButtonType,
|
||||
sanitizeHtmlString,
|
||||
} from '@standardnotes/snjs';
|
||||
import { SKAlert } from 'sn-stylekit';
|
||||
import { SKAlert } from '@standardnotes/stylekit';
|
||||
|
||||
/** @returns a promise resolving to true if the user confirmed, false if they canceled */
|
||||
export function confirmDialog({
|
||||
|
||||
2
app/assets/javascripts/typings/stylekit.d.ts
vendored
2
app/assets/javascripts/typings/stylekit.d.ts
vendored
@@ -1 +1 @@
|
||||
declare module "sn-stylekit";
|
||||
declare module '@standardnotes/stylekit';
|
||||
|
||||
Reference in New Issue
Block a user