Redesign device link screens
This commit is contained in:
parent
a023fc1bb0
commit
364f00f37a
36 changed files with 1358 additions and 803 deletions
9
ts/components/TitlebarDragArea.tsx
Normal file
9
ts/components/TitlebarDragArea.tsx
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type { ReactElement } from 'react';
|
||||
import React from 'react';
|
||||
|
||||
export const TitlebarDragArea = (): ReactElement => (
|
||||
<div className="module-title-bar-drag-area" />
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue