// 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. #import "ios/chrome/browser/toolbar/tab_group/ui/tab_group_indicator_constants.h" const CGFloat kTabGroupIndicatorHeight = 36.0f; const CGFloat kTabGroupIndicatorVerticalMargin = 24.0f; const CGFloat kTabGroupIndicatorColoredDotSize = 12.0f; const CGFloat kTabGroupIndicatorSeparationMargin = 5.0f; const CGFloat kTabGroupIndicatorNTPTopMargin = -6.0f; const CGFloat kTabGroupIndicatorNTPToolbarMargin = 8.0f; NSString* const kTabGroupIndicatorViewIdentifier = @"kTabGroupIndicatorViewIdentifier";