mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
Sleeve UI improvements.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import * as React from "react";
|
||||
|
||||
export function DialogBox(content: HTMLElement): React.ReactElement {
|
||||
return (<div className="dialog-box-content text">
|
||||
<span className="dialog-box-close-button ">×</span>
|
||||
{content}
|
||||
</div>);
|
||||
}
|
||||
Reference in New Issue
Block a user