blob: bc6839978b455202b1985a420a5843d311369933 [file] [log] [blame]
// Copyright 2024 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_QUICK_INSERT_VIEWS_QUICK_INSERT_STYLE_H_
#define ASH_QUICK_INSERT_VIEWS_QUICK_INSERT_STYLE_H_
#include "ash/style/system_shadow.h"
#include "ui/chromeos/styles/cros_tokens_color_mappings.h"
#include "ui/color/color_id.h"
namespace ash {
inline constexpr int kQuickInsertViewWidth = 320;
inline constexpr int kQuickInsertContainerBorderRadius = 12;
inline constexpr ui::ColorId kQuickInsertContainerBackgroundColor =
cros_tokens::kCrosSysSystemBaseElevatedOpaque;
inline constexpr auto kQuickInsertContainerShadowType =
SystemShadow::Type::kElevation12;
enum class QuickInsertLayoutType {
kMainResultsBelowSearchField,
kMainResultsAboveSearchField,
};
} // namespace ash
#endif // ASH_QUICK_INSERT_VIEWS_QUICK_INSERT_STYLE_H_