[GH-ISSUE #3447] [Bug] Count number should have different color than label #1540

Closed
opened 2026-03-23 20:50:41 +00:00 by mirror · 2 comments
Owner

Originally created by @Xazin on GitHub (Sep 19, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3447

Bug Description

In a Grid, we have the Count at the bottom of the view. The number should be a different color than the Count label itself.

Introduce a color variable for theming and use it for the number.

The color for dark mode is: #00BCF0 (Dark Primary)
The color for light mode is: #000000 (Black)

How to Reproduce

Add a Grid and add rows, see the Count at the bottom, the number is the same color as the label

Expected Behavior

Add a Grid and add rows, see the Count at the bottom, the number should have the correct color

Operating System

all

AppFlowy Version(s)

0.3.2

Screenshots

image

Additional Context

No response

Originally created by @Xazin on GitHub (Sep 19, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3447 ### Bug Description In a Grid, we have the `Count` at the bottom of the view. The number should be a different color than the `Count` label itself. Introduce a color variable for theming and use it for the number. The color for dark mode is: `#00BCF0` (Dark Primary) The color for light mode is: `#000000` (Black) ### How to Reproduce Add a Grid and add rows, see the Count at the bottom, the number is the same color as the label ### Expected Behavior Add a Grid and add rows, see the Count at the bottom, the number should have the correct color ### Operating System all ### AppFlowy Version(s) 0.3.2 ### Screenshots ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/b889570b-d587-47d0-8b35-d724b0758779) ### Additional Context _No response_
mirror 2026-03-23 20:50:41 +00:00
Author
Owner

@1akhanBaheti commented on GitHub (Sep 21, 2023):

Hi @Xazin,
I would like to work on it, can you assign this to me ?

<!-- gh-comment-id:1730207031 --> @1akhanBaheti commented on GitHub (Sep 21, 2023): Hi @Xazin, I would like to work on it, can you assign this to me ?
Author
Owner

@1akhanBaheti commented on GitHub (Sep 22, 2023):

@richardshiue

appflowy_dandelion
appflowy_default_theme

I have acheived the expected,

by adding one more parameter in AFThemeExtension class, is this is the correct way ?

Screenshot (33)

<!-- gh-comment-id:1731033780 --> @1akhanBaheti commented on GitHub (Sep 22, 2023): @richardshiue ![appflowy_dandelion](https://github.com/AppFlowy-IO/AppFlowy/assets/94619783/8e9371cc-331e-4e9d-9564-32b9d2b2e1fb) ![appflowy_default_theme](https://github.com/AppFlowy-IO/AppFlowy/assets/94619783/39ffab8d-fc21-4281-b09c-dff866b0f6d6) ### **I have acheived the expected,** by adding one more parameter in AFThemeExtension class, is this is the correct way ? ![Screenshot (33)](https://github.com/AppFlowy-IO/AppFlowy/assets/94619783/0195d55e-8292-4567-aaf6-6238fbb1ef98)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#1540
No description provided.