// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ASH_SYSTEM_PHONEHUB_UI_CONSTANTS_H_
#define ASH_SYSTEM_PHONEHUB_UI_CONSTANTS_H_
namespace ash {
// Appearance.
constexpr int kBubbleHorizontalSidePaddingDip = 16;
constexpr int kBubbleBottomPaddingDip = 16;
} // namespace ash
#endif // ASH_SYSTEM_PHONEHUB_UI_CONSTANTS_H_