blob: 3877b550265d31a4dda40a1a0bf415ca0857c74a [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_PAYMENTS_CORE_SIZES_H_
#define COMPONENTS_PAYMENTS_CORE_SIZES_H_
namespace payments {
// The default width of the instrument icon for SPC.
constexpr int kSecurePaymentConfirmationInstrumentIconWidthPx = 32;
// The default height of the instrument icon for SPC.
constexpr int kSecurePaymentConfirmationInstrumentIconHeightPx = 20;
} // namespace payments
#endif // COMPONENTS_PAYMENTS_CORE_PAYMENT_SIZES_H_