Refactor styles to use 'background' shorthand property instead of 'background-color' for consistency across components. Updated various components including confirmation pop-up, input fields, lists, marketplace, menu, module toggle, simulation, and more. Enhanced visual effects with backdrop filters and adjusted padding/margins for improved layout. Removed unnecessary styles and optimized hover effects for better user experience.
This commit is contained in:
@@ -65,15 +65,15 @@ export function AppDockIcon() {
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<ellipse cx="3" cy="3" rx="2" ry="2" fill="var(--text-color)" />
|
||||
<ellipse cx="10" cy="3" rx="2" ry="2" fill="var(--text-color)" />
|
||||
<ellipse cx="17" cy="3" rx="2" ry="2" fill="var(--text-color)" />
|
||||
<ellipse cx="3" cy="10" rx="2" ry="2" fill="var(--text-color)" />
|
||||
<ellipse cx="10" cy="10" rx="2" ry="2" fill="var(--text-color)" />
|
||||
<ellipse cx="17" cy="10" rx="2" ry="2" fill="var(--text-color)" />
|
||||
<ellipse cx="3" cy="17" rx="2" ry="2" fill="var(--text-color)" />
|
||||
<ellipse cx="10" cy="17" rx="2" ry="2" fill="var(--text-color)" />
|
||||
<ellipse cx="17" cy="17" rx="2" ry="2" fill="var(--text-color)" />
|
||||
<ellipse cx="3" cy="3" rx="2" ry="2" fill="var(--icon-default-color)" />
|
||||
<ellipse cx="10" cy="3" rx="2" ry="2" fill="var(--icon-default-color)" />
|
||||
<ellipse cx="17" cy="3" rx="2" ry="2" fill="var(--icon-default-color)" />
|
||||
<ellipse cx="3" cy="10" rx="2" ry="2" fill="var(--icon-default-color)" />
|
||||
<ellipse cx="10" cy="10" rx="2" ry="2" fill="var(--icon-default-color)" />
|
||||
<ellipse cx="17" cy="10" rx="2" ry="2" fill="var(--icon-default-color)" />
|
||||
<ellipse cx="3" cy="17" rx="2" ry="2" fill="var(--icon-default-color)" />
|
||||
<ellipse cx="10" cy="17" rx="2" ry="2" fill="var(--icon-default-color)" />
|
||||
<ellipse cx="17" cy="17" rx="2" ry="2" fill="var(--icon-default-color)" />
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user