We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbb05b2 + d2c494f commit a2535b9Copy full SHA for a2535b9
lib/Components/RSSFeedHomePage.dart
@@ -1266,7 +1266,10 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
1266
),
1267
Container(
1268
decoration: BoxDecoration(
1269
- border: Border.all(color: Colors.white38),
+ border: Border.all(
1270
+ color:
1271
+ ThemeProvider.theme(widget.index)
1272
+ .disabledColor),
1273
borderRadius: BorderRadius.only(
1274
topRight: Radius.circular(8),
1275
topLeft: Radius.circular(8),
@@ -1343,8 +1346,10 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
1343
1346
.infinity,
1344
1347
decoration:
1345
1348
BoxDecoration(
- color: Colors
- .white12,
1349
+ color: ThemeProvider.theme(
1350
+ widget
1351
+ .index)
1352
+ .dividerColor,
1353
1354
1355
)
0 commit comments