diff options
| author | Haishan <[email protected]> | 2020-11-22 12:13:05 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-11-22 12:13:05 +0800 |
| commit | 9ca6f4ff2bb6f81a7ba3d1f2c73971236e6681b2 (patch) | |
| tree | 728efebb6911ca288f80e0b37dc635a6a8830481 /src/components/Button.module.css | |
| parent | 0f5f7859ce3a06c2f859eddc3fb0936c187ba86d (diff) | |
chore: minor a11y improvement
Diffstat (limited to 'src/components/Button.module.css')
| -rw-r--r-- | src/components/Button.module.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Button.module.css b/src/components/Button.module.css index 83da6af..3046d0c 100644 --- a/src/components/Button.module.css +++ b/src/components/Button.module.css @@ -3,6 +3,7 @@ outline: none; user-select: none; position: relative; + cursor: pointer; display: inline-flex; align-items: center; justify-content: center; |
