chromium/ios/chrome/browser/commerce/ui_bundled/price_card/resources/semantic_color_names.h

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef IOS_CHROME_BROWSER_COMMERCE_UI_BUNDLED_PRICE_CARD_RESOURCES_SEMANTIC_COLOR_NAMES_H_
#define IOS_CHROME_BROWSER_COMMERCE_UI_BUNDLED_PRICE_CARD_RESOURCES_SEMANTIC_COLOR_NAMES_H_

#import <UIKit/UIKit.h>

// Color used in the text of the previous price when price drops are shown in
// the Tab Switching UI.
extern NSString* const kPriceDropPreviousPriceTextColor;

#endif  // IOS_CHROME_BROWSER_COMMERCE_UI_BUNDLED_PRICE_CARD_RESOURCES_SEMANTIC_COLOR_NAMES_H_