mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-20 10:14:18 +01:00
style(ui): update styling for access and network settings components (#487)
* style(ui): update styling for access and network settings components * fix(ui): simplify conditional rendering in network settings component
This commit is contained in:
@@ -409,7 +409,7 @@ export default function SettingsAccessIndexRoute() {
|
||||
.
|
||||
</div>
|
||||
</div>
|
||||
<hr className="block w-full dark:border-slate-600" />
|
||||
<hr className="block w-full border-slate-800/20 dark:border-slate-300/20" />
|
||||
|
||||
<div>
|
||||
<LinkButton
|
||||
@@ -469,4 +469,4 @@ export default function SettingsAccessIndexRoute() {
|
||||
);
|
||||
}
|
||||
|
||||
SettingsAccessIndexRoute.loader = loader;
|
||||
SettingsAccessIndexRoute.loader = loader;
|
||||
|
||||
Reference in New Issue
Block a user