mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
opt borderRadius
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -87,9 +87,8 @@ Widget livePanelSub(
|
||||
Colors.black45,
|
||||
],
|
||||
),
|
||||
borderRadius: BorderRadius.only(
|
||||
bottomLeft: StyleString.imgRadius,
|
||||
bottomRight: StyleString.imgRadius,
|
||||
borderRadius: BorderRadius.vertical(
|
||||
bottom: StyleString.imgRadius,
|
||||
),
|
||||
),
|
||||
child: Text(
|
||||
|
||||
@@ -81,9 +81,8 @@ Widget liveRcmdPanel(
|
||||
Colors.black45,
|
||||
],
|
||||
),
|
||||
borderRadius: BorderRadius.only(
|
||||
bottomLeft: StyleString.imgRadius,
|
||||
bottomRight: StyleString.imgRadius,
|
||||
borderRadius: BorderRadius.vertical(
|
||||
bottom: StyleString.imgRadius,
|
||||
),
|
||||
),
|
||||
child: Text(
|
||||
|
||||
@@ -86,9 +86,8 @@ Widget videoSeasonWidget(
|
||||
Colors.black54,
|
||||
],
|
||||
),
|
||||
borderRadius: BorderRadius.only(
|
||||
bottomLeft: StyleString.imgRadius,
|
||||
bottomRight: StyleString.imgRadius,
|
||||
borderRadius: BorderRadius.vertical(
|
||||
bottom: StyleString.imgRadius,
|
||||
),
|
||||
),
|
||||
child: DefaultTextStyle.merge(
|
||||
|
||||
Reference in New Issue
Block a user