blob: 7fe81c6ba7d8c4e389a7874ce1206e585973a6f3 [file] [log] [blame]
// Copyright 2019 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 IOS_CHROME_BROWSER_UI_ELEMENTS_GRAY_HIGHLIGHT_BUTTON_H_
#define IOS_CHROME_BROWSER_UI_ELEMENTS_GRAY_HIGHLIGHT_BUTTON_H_
#import <UIKit/UIKit.h>
// A button that makes its background light gray when highlighted and clear
// when not. Also its text is not dimmed.
@interface GrayHighlightButton : UIButton
@end
#endif // IOS_CHROME_BROWSER_UI_ELEMENTS_GRAY_HIGHLIGHT_BUTTON_H_