Skip to content

Commit

Permalink
Fix: app version color
Browse files Browse the repository at this point in the history
  • Loading branch information
moiskillnadne committed Oct 28, 2024
1 parent 878e3e0 commit fdba3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/AppVersion/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const AppVersion = () => {
const appVersion = import.meta.env.VITE_APP_VERSION ?? 'v0.0.0'

return (
<div className="absolute left-0 bottom-0 text-white/50 p-[12px] text-[10px] cursor-default">
<div className="absolute left-0 bottom-0 text-black/50 p-[12px] text-[10px] cursor-default">
{appVersion}
</div>
)
Expand Down

0 comments on commit fdba3a4

Please sign in to comment.