Skip to content

Commit d9c6d00

Browse files
update styles
1 parent aa5a3f5 commit d9c6d00

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

new-ui/src/shared/components/Divider/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.divider {
22
--divider-line-size: 1px;
3-
--divider-color: var(--bg-white-20);
3+
--divider-color: var(--bg-white-10);
44

55
user-select: none;
66

new-ui/src/shared/components/LocationCard/components/MfaSelector/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--border: var(--border-default);
44
--icon: var(--fg-white-80);
55
--color: var(--fg-white-80);
6-
--box-shadow: box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
6+
--box-shadow: box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0%);
77

88
display: grid;
99
grid-template-columns: 20px minmax(0, 1fr) 16px;
@@ -36,7 +36,7 @@
3636
--color: var(--fg-white-100);
3737
--border: var(--border-action-disabled);
3838
--icon: var(--fg-white-100);
39-
--box-shadow: box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
39+
--box-shadow: box-shadow: 0 4px 4px 0 rgb(0 0 0 / 5%);
4040
}
4141

4242
> .middle {

src/pages/client/clientAPI/clientApi.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ const stopGlobalLogWatcher = async (): Promise<void> =>
130130
const getAppConfig = async (): Promise<AppConfig> =>
131131
invokeWrapper('command_get_app_config');
132132

133-
const getPostureData = async (): Promise<unknown> =>
134-
invokeWrapper('get_posture_data');
133+
const getPostureData = async (): Promise<unknown> => invokeWrapper('get_posture_data');
135134

136135
const getProvisioningConfig = async (): Promise<ProvisioningConfig | null> =>
137136
invokeWrapper('get_provisioning_config');

0 commit comments

Comments
 (0)