Skip to content

Commit 7d592b5

Browse files
committed
Rename style
1 parent 1a7467f commit 7d592b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

design-system/src/main/res/values/widgets.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@
779779
<item name="rippleColor">@color/bbColorButtonOptionPressed</item>
780780
</style>
781781

782-
<style name="Widget.DuckChat.TabLayout.Rounded" parent="Widget.MaterialComponents.TabLayout">
782+
<style name="Widget.DuckDuckGo.TabLayout.Rounded" parent="Widget.MaterialComponents.TabLayout">
783783
<item name="android:background">@drawable/tab_layout_background</item>
784784
<item name="tabIndicatorGravity">center</item>
785785
<item name="tabIndicatorColor">?attr/daxColorInputModeIndicator</item>

duckchat/duckchat-impl/src/main/res/layout/view_input_mode_switch_widget.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<com.duckduckgo.common.ui.view.tablayout.InputModeTabLayout
1717
android:id="@+id/inputModeSwitch"
18-
style="@style/Widget.DuckChat.TabLayout.Rounded"
18+
style="@style/Widget.DuckDuckGo.TabLayout.Rounded"
1919
android:layout_width="wrap_content"
2020
android:layout_height="@dimen/inputModeSwitchHeight"
2121
android:layout_marginTop="@dimen/keyline_2"

0 commit comments

Comments
 (0)