[PR #515] [MERGED] Fix various small issues #4165

Closed
opened 2026-03-23 21:36:36 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/515
Author: @polypixeldev
Created: 5/29/2022
Status: Merged
Merged: 5/30/2022
Merged by: @appflowy

Base: mainHead: various-fixes


📝 Commits (1)

  • bfa3eb9 fix: Fix various small issues

📊 Changes

5 files changed (+6 additions, -6 deletions)

View changed files

📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/add_button.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/widget/toolbar/toolbar_icon_button.dart (+2 -2)
📝 frontend/app_flowy/packages/flowy_infra/lib/text_style.dart (+1 -1)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/widget/buttons/primary_button.dart (+1 -1)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/widget/buttons/secondary_button.dart (+1 -1)

📄 Description

This quick PR just fixes a few issues that I noticed when I built and ran AppFlowy on my computer. These include:

  • Setting the color of the add page icon to the theme iconColor, which changes with light mode/dark mode.
  • Setting the color of the toolbar buttons in the workspace to the theme iconColor, which changes with light mode/dark mode.
  • Changing the background of the toolbar buttons in the workspace to the theme hover, which changes with light mode/dark mode.
  • Setting the font style of the primary and secondary button text to the Btn text style.
  • Changing the size of the Btn text style to s16 from s14, as the text seemed a little small compared with the button size.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/515 **Author:** [@polypixeldev](https://github.com/polypixeldev) **Created:** 5/29/2022 **Status:** ✅ Merged **Merged:** 5/30/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `various-fixes` --- ### 📝 Commits (1) - [`bfa3eb9`](https://github.com/AppFlowy-IO/AppFlowy/commit/bfa3eb9577c4ce3b6b64ff9a4bead47b3ac33f0f) fix: Fix various small issues ### 📊 Changes **5 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/add_button.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/widget/toolbar/toolbar_icon_button.dart` (+2 -2) 📝 `frontend/app_flowy/packages/flowy_infra/lib/text_style.dart` (+1 -1) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/widget/buttons/primary_button.dart` (+1 -1) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/widget/buttons/secondary_button.dart` (+1 -1) </details> ### 📄 Description This quick PR just fixes a few issues that I noticed when I built and ran AppFlowy on my computer. These include: - Setting the color of the add page icon to the theme `iconColor`, which changes with light mode/dark mode. - Setting the color of the toolbar buttons in the workspace to the theme `iconColor`, which changes with light mode/dark mode. - Changing the background of the toolbar buttons in the workspace to the theme `hover`, which changes with light mode/dark mode. - Setting the font style of the primary and secondary button text to the `Btn` text style. - Changing the size of the `Btn` text style to `s16` from `s14`, as the text seemed a little small compared with the button size. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:36 +00:00
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#4165
No description provided.