Skip to content

Commit 8694c17

Browse files
[Snapshot and Restore] Remove box shadow from panels (#98292)
1 parent 5eddbe4 commit 8694c17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_details/tabs/tab_summary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const TabSummary: React.FunctionComponent<Props> = ({ policy }) => {
7777
{/** Stats panel */}
7878
{stats && (
7979
<Fragment>
80-
<EuiPanel>
80+
<EuiPanel hasBorder>
8181
<EuiFlexGroup justifyContent="spaceBetween">
8282
<EuiFlexItem grow={false}>
8383
<EuiStat

x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_retention_schedule/policy_retention_schedule.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const PolicyRetentionSchedule: React.FunctionComponent<Props> = ({
5151

5252
const renderRetentionPanel = (cronSchedule: string) => (
5353
<>
54-
<EuiPanel>
54+
<EuiPanel hasBorder>
5555
<EuiFlexGroup justifyContent="spaceBetween" alignItems="center">
5656
<EuiFlexItem grow={false}>
5757
<EuiText>

0 commit comments

Comments
 (0)