diff --git a/flomo-ai/app/src/main/res/layout/model_list_item.xml b/flomo-ai/app/src/main/res/layout/model_list_item.xml index 69de40c..800538c 100644 --- a/flomo-ai/app/src/main/res/layout/model_list_item.xml +++ b/flomo-ai/app/src/main/res/layout/model_list_item.xml @@ -26,7 +26,7 @@ android:text="编辑" android:textSize="12sp" android:textColor="@color/white" - android:background="@drawable/button_secondary_bg" + android:background="@drawable/button_primary_bg" android:minWidth="0dp" android:minHeight="0dp" android:paddingHorizontal="12dp"