diff --git a/app/src/main/res/layout/item_fillet_text.xml b/app/src/main/res/layout/item_fillet_text.xml index b1358c191..dcf6d8eef 100644 --- a/app/src/main/res/layout/item_fillet_text.xml +++ b/app/src/main/res/layout/item_fillet_text.xml @@ -3,8 +3,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" xmlns:app="http://schemas.android.com/apk/res-auto" - app:cardBackgroundColor="?attr/colorTertiaryContainer" - app:strokeColor="?attr/colorTertiaryContainer" + app:cardBackgroundColor="?attr/colorSecondaryContainer" + app:strokeWidth="0dp" android:clickable="true" android:focusable="true"> + android:textStyle="bold" + android:textColor="?attr/colorOnSecondaryContainer" />