chromium/ios/chrome/browser/shared/ui/elements/gray_highlight_button.h

// Copyright 2019 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_SHARED_UI_ELEMENTS_GRAY_HIGHLIGHT_BUTTON_H_
#define IOS_CHROME_BROWSER_SHARED_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_SHARED_UI_ELEMENTS_GRAY_HIGHLIGHT_BUTTON_H_