Skip to content

Commit fc1e1d1

Browse files
committed
refactor: enhance styling of WMIC helper modal for improved readability
1 parent f303024 commit fc1e1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/component/modals/wmic-helper.modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function WmicHelperModal(props: Props) {
5555
2. Run the following command:
5656
</p>
5757
<div className="relative mt-2">
58-
<div className="absolute left-0 p-2 top-1">
58+
<div className="absolute p-2 rounded-lg left-1 top-1 backdrop-blur-md">
5959
<Button
6060
variant="text"
6161
className=" rounded-md hover:bg-gray-200 dark:hover:bg-gray-700 transition-colors duration-200 normal-case font-[balooTamma] text-sm bg-gray-300/80 dark:bg-gray-700 dark:text-gray-400"
@@ -70,7 +70,7 @@ export function WmicHelperModal(props: Props) {
7070
</Button>
7171
</div>
7272

73-
<pre className="pl-16 bg-gray-100 dark:bg-gray-800 p-4 rounded-lg text-[13px] font-mono border border-gray-200 dark:border-gray-700 dark:text-gray-300 overflow-x-auto">
73+
<pre className="pl-20 bg-gray-100 dark:bg-gray-800 p-4 rounded-lg text-[13px] font-mono border border-gray-200 dark:border-gray-700 dark:text-gray-300 overflow-x-auto">
7474
DISM /Online /Add-Capability /CapabilityName:WMIC~~~~​
7575
</pre>
7676
</div>

0 commit comments

Comments
 (0)