diff --git a/web/modals/chat/sidebar-promote-modal.css b/web/modals/chat/sidebar-promote-modal.css --- a/web/modals/chat/sidebar-promote-modal.css +++ b/web/modals/chat/sidebar-promote-modal.css @@ -1,5 +1,5 @@ div.modal_body { - padding: 20px; + padding: 24px 32px 32px 32px; color: var(--fg); background-color: var(--modal-bg); border-radius: 16px; diff --git a/web/modals/chat/sidebar-promote-modal.react.js b/web/modals/chat/sidebar-promote-modal.react.js --- a/web/modals/chat/sidebar-promote-modal.react.js +++ b/web/modals/chat/sidebar-promote-modal.react.js @@ -4,7 +4,7 @@ import type { ThreadInfo } from 'lib/types/thread-types'; -import Button, { buttonThemes } from '../../components/button.react'; +import Button from '../../components/button.react'; import Modal from '../modal.react'; import css from './sidebar-promote-modal.css'; @@ -31,18 +31,15 @@ onClose={onClose} >
{`Are you sure you want to promote "${uiName}"?`}
-Promoting a thread to a channel cannot be undone.
++ {`Are you sure you want to promote "${uiName}"? + Promoting a thread to a channel cannot be undone.`} +