Skip to content

fix: button icon size and color #1

fix: button icon size and color

fix: button icon size and color #1

Workflow file for this run

name: Flutter test
on:
pull_request:
paths-ignore:
- "**.md"
push:
branches:
- main
- dev
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.18.0
with:
channel: "stable"
- name: Install dependencies
run: flutter pub get
- name: Test
run: flutter test