Borders should never used mSurfaceS colors
This commit is contained in:
parent
9bbb3ac3bb
commit
7e7b7b0192
4 changed files with 6 additions and 6 deletions
|
|
@ -63,7 +63,7 @@ NLoader {
|
|||
id: calendarRect
|
||||
color: Colors.mSurface
|
||||
radius: Style.radiusMedium * scaling
|
||||
border.color: Colors.mSurfaceVariant
|
||||
border.color: Colors.mOutline
|
||||
border.width: Math.max(1, Style.borderMedium * scaling)
|
||||
width: 340 * scaling
|
||||
height: 320 * scaling // Reduced height to eliminate bottom space
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue