Workspace

LogoUploadDialog from packages/ui — the company, bank-theme and profile-picture dialogs both dashboards share. A workspace is named for its customer or bank, so there is no name to edit here.

Logo dialogs

Each dialog previews on the background it will actually render on — the page's own for the company logo and profile picture, the bank's light/dark canvas for the theme logos.

Company logo

PNG, JPEG, WebP or SVG up to 900 KB, the server-action cap every upload shares. The server stores it as WebP, and keeps an SVG as source.

Profile picture

PNG, JPEG or WebP up to 900 KB, sent as chosen; the server crops it to a 256 px WebP square.

Bank logo — light

900 KB limit, PNG, JPEG, WebP or SVG, previewed on white — headroom for multipart framing under the 1 MB server-action body limit.

Bank logo — dark

Same 900 KB limit and formats, previewed on the dark canvas the theme actually uses.

File too large

maxBytes is 10 KB here, so any real image file reaches the size rejection.