ui: 근무 표시 동그라미 크기 확대 (44dp → 52dp)

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-03-12 21:26:22 +09:00
parent 8e7f212352
commit 666e38558d
4 changed files with 9 additions and 8 deletions

View File

@@ -2,5 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<stroke android:width="1.5dp" android:color="@color/primary" />
<size android:width="44dp" android:height="44dp" />
<size android:width="52dp" android:height="52dp" />
</shape>